Re: Debugging Linux ACL's
Norman Gaywood <[email protected]> Mon, 1 Sep 2014 16:01:11 +1000
| Newsgroups | gmane.org.user-groups.slug.general |
|---|---|
| Message-ID | <CAHJ-_U53v3JcSbrJb3251D2XH5f-=rWYcBupXTQr1EjGOoD9Uw@mail.gmail.com> |
Then there may not be a user in your user database (/etc/passwd, LDAP, etc) that has a UID (uidNumber) equal to 3000000. That's OK, it just means there is no name associated with that UID number. So 'ls -l' will show the owner of the file as '3000000', a process listing 'ps auxf' will show processes run by '3000000' and not a username, etc. On 1 September 2014 15:53, David Lyon <[email protected]> wrote: > That returns nothing. > > > On Mon, Sep 1, 2014 at 3:49 PM, Norman Gaywood <[email protected]> wrote: >> >> How about: >> >> getent passwd 3000000 >> >> >> On 1 September 2014 15:44, David Lyon <[email protected]> >> wrote: >> > Hello, >> > >> > I have this, from executing the following command: >> > >> > /home/samba/shares/ivm_dbase/DBASE4 >> > >> > # file: home/samba/shares/ivm_dbase/DBASE4 >> > # owner: root >> > # group: Administrators >> > user::rwx >> > user:root:rwx >> > user:admin_acct:rw- >> > user:3000000:rwx >> > user:3000002:rwx >> > group::rwx >> > group:Administrators:rwx >> > group:3000002:rwx >> > group:Staff:rwx >> > group:MYOB:rwx >> > mask::rwx >> > other::--- >> > default:user::rwx >> > default:user:root:rwx >> > default:user:3000000:rwx >> > default:user:3000002:rwx >> > default:group::--- >> > default:group:Administrators:rwx >> > default:group:3000002:rwx >> > default:group:Staff:rwx >> > default:group:MYOB:rwx >> > default:mask::rwx >> > default:other::--- >> > >> > My question is how do I find out who user:3000000 and user:3000002 is? >> > -- >> > SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ >> > Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html >> >> >> >> -- >> Norman Gaywood, Computer Systems Officer >> University of New England, Armidale, >> NSW 2351, Australia >> >> [email protected] Phone: +61 (0)2 6773 2412 >> http://mcs.une.edu.au/~norm Fax: +61 (0)2 6773 3312 >> >> Please avoid sending me Word or Power Point attachments. >> See http://www.gnu.org/philosophy/no-word-attachments.html > > -- Norman Gaywood, Computer Systems Officer University of New England, Armidale, NSW 2351, Australia [email protected] Phone: +61 (0)2 6773 2412 http://mcs.une.edu.au/~norm Fax: +61 (0)2 6773 3312 Please avoid sending me Word or Power Point attachments. See http://www.gnu.org/philosophy/no-word-attachments.html -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html