Displaying 1 result from an estimated 1 matches for "mod_me".
Did you mean:
mod_len
2006 Apr 09
0
Simultaneous iptables calls
...r kernel needs to be upgraded.
<... etc>
I''m don''t understand the things going on under the surface, so maybe there is
a reason it''s impossible to have some kind of locking to prevent this, like
for example, with chmod:
#!/bin/sh
while [ 1 = 1 ]; do
chmod 777 mod_me
done
#!/bin/sh
while [ 1 = 1 ]; do
chmod 666 mod_me
done
(no errors)