Results 1 to 3 of 3
How can I see which group a file and folder is set to from terminal?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-11-2011 #1Banned
- Join Date
- Aug 2011
- Posts
- 43
Viewing file and folder group ownership information
How can I see which group a file and folder is set to from terminal?
- 10-11-2011 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,508
Use the ls -l command. For example, if you have a file named test in /home/user you could do: ls -l /home/user/test
For permissions on folders/files in /home/user do: ls -l /home/user.
- 10-11-2011 #3Banned
- Join Date
- Aug 2011
- Posts
- 43
LOL omg, I've been using that command all day and the answers been looking at me in my face. lol thanks man!


Reply With Quote
