Re: deleting user account

2011-10-17 Thread Zachary Uram
Raf Czlonka wrote: Thanks Raf! -- Zach http://www.fidei.org -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: deleting user account

2011-10-17 Thread Raf Czlonka
On Mon, Oct 17, 2011 at 11:18:54AM BST, Zachary Uram wrote: Thanks Raf! No worries. Just to recap, what was it in the end? Was the account still in /etc/passwd or /etc/shadow? Were you logged on with the account name and used sudo to remove it by any chance? Regards, -- Raf -- To

deleting user account

2011-10-16 Thread Zachary Uram
so i deleted a user account using deluser foo and then i had to \rm -r /home/foo but my tiger auditing report is telling me: # Performing check of user accounts... OLD: --WARN-- [acc021w] Login ID foo appears to be a dormant account. # Performing check of passwd files... OLD: --WARN-- [pass014w]

Re: deleting user account

2011-10-16 Thread Raf Czlonka
On Sun, Oct 16, 2011 at 07:04:14AM BST, Zachary Uram wrote: so i deleted a user account using deluser foo and then i had to \rm -r /home/foo but my tiger auditing report is telling me: You could have combined it into a single command: % deluser --remove-home foo or % deluser