sudo usermod -c 'Alice Smith' alice

Category: Administration

sudo usermod -c 'Alice Smith' alice

Set a user's GECOS comment

The GECOS field holds the account's real name and contact info, and -c sets it, here to Alice Smith. This is what finger and some login screens display. Quote the value so spaces survive the shell.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.