Number to username query

Soldato
Joined
18 May 2010
Posts
22,951
Location
London
Guys. I am trying to find out the user that created the following folder.

However the username is being displayed as 60001.

Anyone know how I find out on the command line which username 60001 relates too?


[root@goliath artists]# getfacl Antony
# file: Antony
# owner: 60001
# group: users
user::rwx
group::rwx
other::---

[root@goliath artists]#
 
Check the /etc/passwd file and see if there is a user with that ID. If not it may be an orphaned user where you've copied permissions.

Thanks for that.

I had a look at the /etc/passwd file but no luck.

As a pointer, the user's will be samba users...

I have searched LDAP to see if the UID matches, but no luck either.
 
Back
Top Bottom