|
Remove and block a user from Linux server
Hi,
Can anyone please guide me how can I remove/block a user from a server access.
/usr/sbin/adduser -d /home/john john
echo ****** | passwd --stdin john
I used the above command to add a user "john". How do I delete and block john.
Appreciate your responses.
Last edited by sureshcisco; 06-30-2008 at 10:30 PM..
|