[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Permissions and Ownership command
- Subject: RE: [cobalt-users] Permissions and Ownership command
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Thu Jul 18 14:04:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Jonathan Lee
Sent: Thursday, July 18, 2002 3:03 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] Permissions and Ownership command
What unix command do you use to find the current ownership and/or
permissions
a file or folder has?
-------------------------------------
You use the ls command with the -l option, e.g.: ls -l filename
If you want to just the information for a directory, add the -d
flag, e.g.: ls -ld mydir
This won't work on folders, just directories. (;-D)