Re: linux permisions

From: Web Surfer (raisin_at_delete-this-trash.mts.net)
Date: 05/29/04


Date: Sat, 29 May 2004 08:46:34 -0500


[This followup was posted to linux.redhat]

In article <40b85375$1@news.comindico.com.au>, billycomp@hotmail.com
says...
> I have Rehat 9 linux installation. How doI check which permissions are in
> place and which user has access to which folders?

You can use the "ls -l" command on a file to show its permissions.

You have 3 sets of permissions : owner's permissions, group permissions,
rest-of-the-world permissions.

Each set of permissions displayed by the "ls" command indicates a
combination of read, write and execute access (denoted by 'r' , 'w' and
'x', a '-' indicates a lack of the designated permission).