View Single Post
  #8   (View Single Post)  
Old 29th September 2008
lumiwa lumiwa is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default

Quote:
Originally Posted by deemon View Post
Make sure you use ls -la in all those cases.
In the examples you gave you used both ls -l and ls -la.
root:
ls -la /etc/group
-rw-r--r-- 1 root wheel 556 Sep 28 15:32 /etc/group

user:

ls -la /etc/group
-rw-r--r-- 1 root wheel 556 Sep 28 15:32 /etc/group
Reply With Quote