Unix Permisions: How do groups work in Unix
This is probably a dup (but did not find it..) When you type ls -l in unix you get output like this: % ls -l total 48 -rwxr--r-- ... change* -rwxrwxrwx ... checkVersion* -rwx------ ... info* I know that the first group of rwx sets the users permisions and the last group sets "everyone else's" permisions. I think that the secon...