HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/passwd entries
Operating System - HP-UX
1834697
Members
2493
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-21-2002 06:04 PM
01-21-2002 06:04 PM
what are the default /etc/passwd entries and what are they for?
ex: nobody- for NFS?
sys - for ?
....
where can i find documents about these accounts?
Thank you.
Cute
ex: nobody- for NFS?
sys - for ?
....
where can i find documents about these accounts?
Thank you.
Cute
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 06:12 PM
01-21-2002 06:12 PM
Re: /etc/passwd entries
Hi,
Here is a good document on HP-UX system accounts:
http://www.tivoli.com/support/public/Prodman/public_manuals/td/user_admin/GC32-0661-01/en_US/HTML/admusref35.htm#Header_49
Hope this helps. Regards.
Steven Sim Kok Leong
Here is a good document on HP-UX system accounts:
http://www.tivoli.com/support/public/Prodman/public_manuals/td/user_admin/GC32-0661-01/en_US/HTML/admusref35.htm#Header_49
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 06:22 PM
01-21-2002 06:22 PM
Re: /etc/passwd entries
I have an entry 'sys' in my /etc/passwd file
sys:*:3:3::/:
what is this for?
Thanks steven...
sys:*:3:3::/:
what is this for?
Thanks steven...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 06:39 PM
01-21-2002 06:39 PM
Solution
Hi,
You can use the following command to find all files belonging to a specific system account eg. for sys:
# find / -user sys -exec ls -la {} \; 2>/dev/null
For my system, the sys account is only used by omniback.
$ find / -user sys -exec ls -la {} \; 2>/dev/null|more
-rw-rw---- 1 sys sys 0 Oct 11 1998 /opt/omni/newconfig/va
r/opt/omni/log/debug.log
-rw-rw---- 1 sys sys 0 Oct 11 1998 /opt/omni/newconfig/va
r/opt/omni/log/sap.log
-rw-rw---- 1 sys sys 0 Oct 11 1998 /opt/omni/newconfig/va
r/opt/omni/log/oracle8.log
-rw-rw---- 1 sys sys 1220 Apr 14 2000 /var/opt/omni/log/sap.
log
-rw-rw---- 1 sys sys 0 Oct 11 1998 /var/opt/omni/log/orac
le8.log
You should run it on your system to find out in detail. You might possibly have other applications that make use of the sys account.
Hope this helps. Regards.
Steven Sim Kok Leong
You can use the following command to find all files belonging to a specific system account eg. for sys:
# find / -user sys -exec ls -la {} \; 2>/dev/null
For my system, the sys account is only used by omniback.
$ find / -user sys -exec ls -la {} \; 2>/dev/null|more
-rw-rw---- 1 sys sys 0 Oct 11 1998 /opt/omni/newconfig/va
r/opt/omni/log/debug.log
-rw-rw---- 1 sys sys 0 Oct 11 1998 /opt/omni/newconfig/va
r/opt/omni/log/sap.log
-rw-rw---- 1 sys sys 0 Oct 11 1998 /opt/omni/newconfig/va
r/opt/omni/log/oracle8.log
-rw-rw---- 1 sys sys 1220 Apr 14 2000 /var/opt/omni/log/sap.
log
-rw-rw---- 1 sys sys 0 Oct 11 1998 /var/opt/omni/log/orac
le8.log
You should run it on your system to find out in detail. You might possibly have other applications that make use of the sys account.
Hope this helps. Regards.
Steven Sim Kok Leong
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP