Finding if read/write/execute permissions

  • Follow


All,

In bourne shell, I would like to find out if a user has
read/write/execute permissions on a given folder.
Is this possible?

Thanks,
Shekar

0
Reply ctippur959 (23) 3/18/2005 8:01:17 PM

Shekar wrote:
> All,
> 
> In bourne shell, I would like to find out if a user has
> read/write/execute permissions on a given folder.
> Is this possible?
> 
> Thanks,
> Shekar
> 
ls -l
0
Reply Steve 3/18/2005 8:58:21 PM


Shekar wrote:
> All,
> 
> In bourne shell, I would like to find out if a user has
> read/write/execute permissions on a given folder.
> Is this possible?
> 
> Thanks,
> Shekar
> 

Try: ls -ld <foldername>
Then also try: getfacl <foldername>

-Wayne
0
Reply Wayne 3/19/2005 7:30:52 PM

2 Replies
400 Views

(page loaded in 0.045 seconds)

Similiar Articles:













7/22/2012 11:03:37 PM


Reply: