
code:
[root@localhost orion]# useradd foobar [root@localhost orion]# umask 0077 [root@localhost orion]# su foobar [foobar@localhost orion]$ umask 0002
code:
[foobar@localhost ~]$ mkdir Ciao [foobar@localhost ~]$ mv Ciao /tmp [foobar@localhost ~]$ su orion [orion@localhost /]$ cd /tmp [orion@localhost tmp]$ ll totale 120 drwxrwxr-x 2 foobar foobar 4096 5 giu 19:49 Ciao