All pastes #2091133 Raw Edit

Stuff

public text v1 · immutable
#2091133 ·published 2011-10-18 17:33 UTC
rendered paste body
[root@trax PDF]# umask
0022
[root@trax PDF]# touch bob
[root@trax PDF]# ls -la
total 8
drwxrwxrwx   2 root root 4096 Oct 18 10:32 .
drwxrwxrwt. 12 root root 4096 Oct 18 03:35 ..
-rw-r--r--   1 root root    0 Oct 18 10:32 bob
[root@trax PDF]# rm bob
rm: remove regular empty file `bob'? y
[root@trax PDF]#