With several commands I get the error "cannot lock /etc/passwd; try again later". Does anybody know how to solve it? Also I don't get in my /etc/shadow directory.
feedback
|
migrated from stackoverflow.com Jun 13 '11 at 7:45
This question came from our site for professional and enthusiast programmers.
|
That's because you don't have permissions for those operations
You can change both files through specialized commands (e.g you can change your password). | |||
|
feedback
|
|
The user you are running the commands as lack the required privileges. Change to
or if you have/use
| |||
|
feedback
|
|
This can also be caused by running out of space on the root filesystem. Use | |||
|
feedback
|