Line 6:
Line 6:
'''BEWARE! This program requires root. I don't take any responsibility for what this code might do to your system.'''( tested though =) )
'''BEWARE! This program requires root. I don't take any responsibility for what this code might do to your system.'''( tested though =) )
−
<pre>
+
<source lang="c">
#include <sys/stat.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <fcntl.h>
Line 71:
Line 71:
return 0;
return 0;
}
}
−
</pre>
+
</source>
[[Category:Under the hood]]
[[Category:Under the hood]]