Stuff
public text v1 · immutable[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]#