|
|
Finding if read/write/execute permissions
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: Finding if read/write/execute permissions - comp.unix.solaris ...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 ... Directly Reading/Writing to Disk - comp.lang.asm.x86Finding if read/write/execute permissions - comp.unix.solaris ... Directly Reading/Writing to Disk - comp.lang.asm.x86 Can a kernel mode process read/write to physical ... Permission denied when executing the program - comp.parallel.mpi ...Finding if read/write/execute permissions - comp.unix.solaris ... I have read many FAQs and many google pages wihtout finding ... lamboot: attempting to execute "ssh -x ... ls with octal permissions: single line solution - comp.unix ...Finding if read/write/execute permissions - comp.unix.solaris ... ls with octal permissions: single line solution - comp.unix ... chmod - Wikipedia, the free encyclopedia ... SFTP folder permission issue using secure keys and no passphrase ...Finding if read/write/execute permissions - comp.unix.solaris ... SFTP folder permission issue using secure keys and no passphrase ... I need to give the group write ... dtpad and file permissions - comp.unix.solarisFinding if read/write/execute permissions - comp.unix.solaris ... dtpad and file permissions - comp.unix.solaris... When newgroup is supplied.chown Examples Add execute-by ... Help with reflection security - comp.lang.java.securityFinding if read/write/execute permissions - comp.unix.solaris ... Help with reflection security - comp.lang.java.security // grant codeBase "file:/c:/classes ... Identifying who owns a write-locked file - comp.unix.solaris ...Finding if read/write/execute permissions - comp.unix.solaris ... Identifying who owns a write-locked file - comp.unix.solaris ..... is opened for read/write by ... the ... Checking whether user has access to file/folder - comp.lang.java ...Finding if read/write/execute permissions - comp.unix.solaris ..... would like to find out if a user has read/write/execute permissions on a given folder. ... write system call - comp.lang.asm.x86Finding if read/write/execute permissions - comp.unix.solaris ... write system call - comp.lang.asm.x86 Unix System Calls For special files, read and write permissions ... Finding if read/write/execute permissions - comp.unix.solaris ...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 ... Filesystem permissions - Wikipedia, the free encyclopedia0 --- no permission 1 --x execute 2 -w- write 3 -wx write and execute 4 r-- read 5 r-x read and execute 6 rw- read and write 7 rwx read, write, and execute 7/22/2012 11:03:37 PM
|
|
|
|
|
|
|
|
|