- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- meaning of the fields in /etc/shadow
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
03-05-2003 01:58 AM
03-05-2003 01:58 AM
I know user2 and user3 have they password in /etc/shadow, but i think user1 is disabled, isn??t it?. But when i watch at /etc/shadow :
user1:$1$ggHyD5T$7RSEJYlrgBhfG25Y71bG1L0:12115:0:99999:7:::
user2:!!:12114:0:99999:7:::
user3:*:11988:0:99999:7:::
So, account for user1 and user3 are disabled or not? And finally, what??s the meaning of "!!" in the passwd field of /etc/shadow in user2?
How i can disable an account using /etc/shadow?
Best regards and Thxs in advance
Rod
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 02:00 AM
03-05-2003 02:00 AM
Re: meaning of the fields in /etc/shadow
I have some questions about /etc/passwd & /etc/shadow. I have a system running Linux Red Hat 7.1 and in /etc/passwd I have some entries, i.e:
user1:*:192:100::/home/user1:/bin/bash
user2:x:193:100::/home/user2:/bin/bash
user3:x:194:100::/home/user2:/bin/bash
I know user2 and user3 have they password in /etc/shadow, but i think user1 is disabled, isn??t it?. But when i watch at /etc/shadow :
user1:$1$ggHyD5T$7RSEJYlrgBhfG25Y71bG1L0:12115:0:99999:7:::
user2:!!:12114:0:99999:7:::
user3:*:11988:0:99999:7:::
So, account for user1 and user3 are disabled or not? And finally, what??s the meaning of "!!" in the passwd field of /etc/shadow in user2?
How i can disable an account using /etc/shadow?
Best regards and Thxs in advance
Rod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 04:33 AM
03-05-2003 04:33 AM
Re: meaning of the fields in /etc/shadow
* or !! in the password field of /etc/shadow indicates that the account is disabled.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 04:36 AM
03-05-2003 04:36 AM
Re: meaning of the fields in /etc/shadow
So, the /etc/shadow overrides anything in /etc/passwd?
Best Regards
Rod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 04:47 AM