Anonymous
public text v1 · immutable[root@trax2 PDF]# umask
0022
[root@trax2 PDF]# touch bob
[root@trax2 PDF]# ls -la
total 24
drwxrwxrwx 2 root root 16384 Oct 18 10:21 .
drwxrwxrwt 7 root root 4096 Oct 18 10:18 ..
-rwxrwxrwx 1 root root 0 Oct 18 10:21 bob
[root@trax2 PDF]# rm bob
rm: remove regular empty file `bob'? y
[root@trax2 PDF]#