FG

What are the commas in my /etc/passwd file?

Fresh3 days ago
Mar 15, 20264179 views
Confidence Score0%
0%

Problem

There are weird commas after the real-name parameter of some lines in my file. kye:x:1000:100:Kye,,,:/home/kye:/bin/bash What gives? Why are they there? Can I remove them?

Error Output

/etc/passwd

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What are the commas in my /etc/passwd file?

Low Risk

Some tool you used to create the account (adduser?) added them. The tool in question sees the comment / real name field in the passwd file as a GECOS field: http://en.wikipedia.org/wiki/Gecos_field The field values are User's full name (or applicati…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment