LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   removing users with userdel (https://www.linuxquestions.org/questions/linux-newbie-8/removing-users-with-userdel-230415/)

linuxtesting2 09-14-2004 05:19 AM

removing users with userdel
 
hi!

im loged inn with root, but when i try to remove a user i get this:

[root@pimp root]# userdel -r ole
userdel: unable to lock group file

[root@pimp root]# userdel ole
userdel: unable to lock group file

What does this mean ?

ole

subhasis_ray 09-15-2004 01:35 AM

Hi,

just run this:

ls -l /etc/group*

there should be a file called group.lock or something similar. delete the file and all will be fine.

- Subhasis


All times are GMT -5. The time now is 05:31 PM.