- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Lock file
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-10-2003 07:19 PM
10-10-2003 07:19 PM
I tried the UX allow two users change the password at the same time by the command â passwdâ , but the linux canâ t , because linux donâ t allow two users concurrent update the file /etc/passwd , it will lock the passwd file ( check the file /etc/.pwd.lock ) when one user is updating the password . However , I do think two users change password at the same time is very common situtation , can suggest is it possible to disable the lock file function ? so that the users can change the password at the same time ? I know this is linux side problem , but UX concept whether can apply to the linux block ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2003 07:31 PM
10-10-2003 07:31 PM
Re: Lock file
I am sorry but you post a lot of questions but dont bother to look back at people who take time to give solutions.
You'r last 2 posts are still unasigned with points.
I hope you understand...
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2003 07:36 PM
10-10-2003 07:36 PM
Re: Lock file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2003 08:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2003 09:50 PM
10-10-2003 09:50 PM
Re: Lock file
I am strange why UX block can do that ,
I tried your method
# fuser /etc/.pwd.lock , but no output , can suggust what can i do ? thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2003 10:04 PM
10-10-2003 10:04 PM
Re: Lock file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2003 10:21 PM
10-10-2003 10:21 PM
Re: Lock file
the password file is locked during update for consistency reasons. If two users would simultaneously update the password file, the first update might be overwritten by the second user.
On the other hand: what is the chance that two or more users change their passwords at the same moment?
regards,
Thierry Poels.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2003 10:24 PM
10-10-2003 10:24 PM
Re: Lock file
if present,rename the file and try again