On Fri, 2003-07-18 at 11:34, Reuben D. Budiardja wrote:
> On Thursday 17 July 2003 05:32 pm, Ivo Tijhaar wrote:
<clip>
> Well, the easises way that I know of would be creating a new user, and then 
> delete the home directory and set the login shell of the new user to 
> /bin/false in /etc/passwd.
> 
> Is there any specific reason why you don't want to do this?
> 
> RDB
> 
> -- 
> Reuben D. Budiardja
> 
useradd -M -s /bin/false username
The -M prevents the home directory from being created and -s sets the
login shell.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to