Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Apr 2008 08:57:18 +0300
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        Ruel Luchavez <ruel.freebsd@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Delete the Users
Message-ID:  <47FB093E.6050700@otenet.gr>
In-Reply-To: <ee9dc2b40804072246m11ea33b4r44abbccd1208e70c@mail.gmail.com>
References:  <ee9dc2b40804072246m11ea33b4r44abbccd1208e70c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruel Luchavez wrote:
> Hi..
> I could log-in as a root in the data server of my friend, he give me a task
> to delete some
> users that he added in the server few months ago.
> Unfortunately, I've tried reading in other blogs but none of them is
> correct, there are some
> but at the end its not what i want.
> I know how to add users using command "adduser' but i cant trace after I add
> user where should
> be its directory?where could i find the list of users in the server? what
> would be the command to delete
> the user?
>
> I really need your HELP..Thanks!
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>
>   
You can get the info on users simply by reading the /etc/passwd file. It 
will show you usernames, login shells and home directories. Usually, 
(although not strictly necessary) human users start from a uid of 1000 
and up. Uids below 100 are mostly daemons. Deleting a user is as simple as:

rmuser username

This will also delete home directories, mail spools and so on.
There are a lot more options if you wish, provided by the pw command. 
Try man pw



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47FB093E.6050700>