Ask a Question related to UNIX Programming, Design and Development.
-
Sony Antony #1
What is a -rw-rw---+ permission
This was a Solaris 2.8 machine. One of the files that was accessed
through windows ( mapped network drive using Samba ) ended up with
this permission.
( What is that + sign at the end of it )
I have never seen this before and could not explain it.
Is this somehow related to Access Control List ( ACL )
Can somebody pl help.
--sony
Sony Antony Guest
-
Permission denied
I'm running a intranet site on a NT 4.0 IIS 4 server. I have a page that uses CDONTS. I recently change this intranet application to run as an... -
DSN Permission
Hello all! In Dreamweaver, when you click on database, you see all registered DSN from the CF Admin. How can I set this so that only certain... -
set permission DW8
by accident i installed the "set permission fot 7.01" extension in DW8. Now the set permission command gives a error. uninstalling DW8 and... -
IIS 6 and permission errors
Hi there, I have a windows 2003 server with a domain aspnet user being defined in IIS6 as the identity for .net to run under. This webserver has... -
permission error on unlink, but who has permission if not PHP?
I wrote some code that let me upload a file to my server. Then I wrote some code to let me delete the file. But when I try to delete, I get this... -
Sony Antony #2
Re: What is a -rw-rw---+ permission
> [...] The character after permissions is ACL indication.
Thanks a lot:> A plus sign is displayed if there is an ACL associated
> with the file. Nothing is displayed if there are just
> permissions. [...]
I dont know how I missed this one. I did check the man page then.
By the way, other than the programmatic APIs, are there any command line
utilities to manipulate ACLs.
--sony
Sony Antony Guest
-
Rich Teer #3
Re: What is a -rw-rw---+ permission
On Wed, 23 Jul 2003, Sony Antony wrote:
man -k acl> Thanks a lot:
> I dont know how I missed this one. I did check the man page then.
>
> By the way, other than the programmatic APIs, are there any command line
> utilities to manipulate ACLs.
acl acl (2) - get or set a file's Access Control List (ACL)
aclcheck aclcheck (3sec) - check the validity of an ACL
aclfrommode acltomode (3sec) - convert an ACL to or from permission bits
aclfromtext acltotext (3sec) - convert internal representation to or from external representation
aclsort aclsort (3sec) - sort an ACL
acltomode acltomode (3sec) - convert an ACL to or from permission bits
acltotext acltotext (3sec) - convert internal representation to or from external representation
facl acl (2) - get or set a file's Access Control List (ACL)
getfacl getfacl (1) - display discretionary file information
kadm5.acl kadm5.acl (4) - Kerberos access control list (ACL) file
metaclear metaclear (1m) - delete active metadevices and hot spare pools
setfacl setfacl (1) - modify the Access Control List (ACL) for a file or files
--
Rich Teer, SCNA, SCSA
President,
Rite Online Inc.
Voice: +1 (250) 979-1638
URL: [url]http://www.rite-online.net[/url]
Rich Teer Guest



Reply With Quote

