Solaris Remove (deleting) a user account

by on March 16, 2006 · 0 comments· Last updated March 16, 2006

The userdel command deletes a user account from the system and makes the appropriate account-related changes to the system file and file system.

Use userdel command to remove user account rockyjr (but not home directory only remove entry from /etc/passwd and /etc/shadow files)

# userdel rockyjr

Pass -r option to userdel command to remove users home directory and login information:

# userdel -r rockyjr



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 6 + 11 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: