- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- numeric uid numbers display as file owner
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 07:40 AM
10-31-2005 07:40 AM
ll -d /
drwxr-xr-x 23 0 root 1024 Sep 12 08:57 /
ll -d /etc
dr-xr-xr-x 32 2 bin 8192 Oct 31 14:57 /etc
ll -d /etc/passwd
-r--r--r-- 1 0 sys 37176 Oct 31 13:06 /etc/passwd
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 07:49 AM
10-31-2005 07:49 AM
Re: numeric uid numbers display as file owner
Make sure that someone has not aliased the 'll' command.
# alias ll
...will return :
ll: shell alias not found.
...if not; otherwise, if I did:
# alias ll='ls -ln'
...then "alias ll" would return:
ll='ls -ln'
...and you would see the behavior you describe.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 07:54 AM
10-31-2005 07:54 AM
SolutionI also assume that your UID's are resolved locally and that you are not using NIS, NIS+, and/or LDAP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 08:05 AM
10-31-2005 08:05 AM
Re: numeric uid numbers display as file owner
From your listing, it appears that the owner is fine, but the group entry is what has disappeared. I simulated the same scenario by mv'ing my /etc/group file. Please verify that yours is still there.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 08:07 AM
10-31-2005 08:07 AM
Re: numeric uid numbers display as file owner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 08:09 AM
10-31-2005 08:09 AM