Friday 11, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Thursday, 14 September 2017

usermod Linux Command

usermod

usermod [options] user
System administration command. Modify user account information.

Options

-c comment
Comment field.

-d dir
Home directory.

-e date
Account expiration date. date is in the format MM/DD/YYYY; two-digit year fields are also accepted. The value is stored as the number of days since January 1, 1970. This option requires the use of shadow passwords.

-f days
Permanently disable account this many days after the password has expired. A value of -1 disables this feature. This option requires the use of shadow passwords.

-g group
Initial group name or number.

-G groups
Supplementary groups given by name or number in a comma-separated list with no whitespace. user will be removed from any groups to which it currently belongs that are not included in groups.

-l name
Login name. This cannot be changed while the user is logged in.

-L
Lock user's password by putting a ! in front of it. This option cannot be used with -p or -U.

-o
Override. Accept a nonunique uid with the -u option.

-p pw
Encrypted password, as returned from crypt(3).

-s shell
Login shell.

-u uid
Numerical user ID. The value must be unique unless the -o option is used. Any files owned by user in the user's home directory will have their user ID changed automatically. Files outside of the home directory will not be changed. user should not be executing any processes while this is changed.

-U
Unlock the user's password by removing the ! that -L put in front of it. This option cannot be used with -p or -L.

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • wget Linux Command wget wget [options] [urls] Perform non-interactive file downloads from the Web. wget works in the background and can be used to set up and run a download without the user having to remain logged on. wget supports HTTP, HTT… Read More
  • useradd Linux Command useradd useradd [options] [user] System administration command. Create new user accounts or update default account information. Unless invoked with the -D option, user must be given. useradd will create new entries in syst… Read More
  • routed Linux Command routed routed [options] [logfile] TCP/IP command. Network routing daemon. routed is invoked by a privileged user at boot time to manage the Internet routing tables. The routing daemon uses a variant of the Xerox NS Routing… Read More
  • rsh Linux Command rsh rsh [options] host [command] Execute command on remote host, or, if no command is specified, begin an interactive shell on the remote host using rlogin. The options can be specified before or after host. Use of rsh has… Read More
  • usermod Linux Command usermod usermod [options] user System administration command. Modify user account information. Options -c comment Comment field. -d dir Home directory. -e date Account expiration date. date is in the format MM/DD/YYYY; … Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: usermod Linux Command Rating: 5 Reviewed By: eHowToNow