paladin256
Technical User
How do I add a description to the username when I create the account?
Right now I do useradd -m to get the following:
gwynn:x:1132:1::/home/gwynn:/bin/false.
What I would like to do is have the following included in : gwynn:x:1132:1:Gwynn Dail up Account for remote access:/home/gwynn:/bin/false so I can keep track of what the accounts are used for.
How do I add the comments in when I create the account?
Right now I do useradd -m to get the following:
gwynn:x:1132:1::/home/gwynn:/bin/false.
What I would like to do is have the following included in : gwynn:x:1132:1:Gwynn Dail up Account for remote access:/home/gwynn:/bin/false so I can keep track of what the accounts are used for.
How do I add the comments in when I create the account?