Link to home
Start Free TrialLog in
Avatar of Burkl44
Burkl44

asked on

Simple command question for a Linux "babe in the woods"

Hi Linux gurus,

I use Linux as little as possible because I'm a Windows tech forced to use it for our mail system.  It's not that I don't like it - I'm just not familiar with it.  We use the following command:

adduser -c "John Smith" -s /bin/false jsmith

...and I wanted to ask if there's a way to change the comment "John Smith" after an account has been created?  I'm trying to avoid deleting the entire account and starting over.

Thank you!
ASKER CERTIFIED SOLUTION
Avatar of m1tk4
m1tk4
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Burkl44
Burkl44

ASKER

Thank you!