Greetings, I'm updating an old system I inherited that has postfixadmin 2.1 installed, and I have a question about the vacation user entry in /etc/passwd...
Can I just change it directly (by editing the file with a text editor) without worrying about anything breaking? Currently it is: vacation:x:1003:65501::/home/vacation:/bin/bash and I want to change it to be the same as the INSTALL.TXT recommends: vacation:x:65501:65501::0:0:Virtual Vacation:/nonexistent:/sbin/nologin So, can I just edit the file and be done with it? Also, out of curiosity - can /etc/passwd file contain comments? Thanks...