[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Permissions and Ownership command



-----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)