Since all users are within the jack group, as primary, they will be allowed to edit/delete eachother files, since they all are members of the users group, they are all allowed the normal user rights on the system, since they all have homedir in /home/jack, they all only demand jack's orriginal $HOME.Code:> useradd jack -g jack -G users -d /home/jack > passwd jack [some password only known to jack] > useradd john -g jack -G users -d /home/jack > passwd john [some password only known to john] > useradd tim -g jack -G users -d /home/jack > passwd tim [some password only known to tim]
-- edit --
Forgot to add, that you can see on the owner of the files, who created it.


Reply With Quote
Bookmarks