|
|
Basic linux operation: creating and maintaining user accounts
toucheatout 2006-10-04 14:02 Linux
A word of warning on a unix account potentialA unix account is something that grants in general alot of things you may not be aware of, especially if logging in is possible (That could be such things as a webspace (apache's mod_userdir), cron jobs, email, possibility of running one's own server software on non-privileged ports ...), in case it is on a machine running several services (which can run without anyone noticing). Not mentionned are half a ton of denial of service attacks, at least in the default install case (yet this last point should be considered implied when saying 'giving a unix account that can be used to log in with'). Creating a user accountThe Useful optionsThose options can specifically be useful in common cases:
Specific case of use of unix system accountsThe web developper caseTo take a comprehensive example, as a rule, a developer that has to bring a site online should not have login possibility. They should intervene via a ftp-only account for instance (separate the ftp user-base from the system user-base, /etc/passwd). The guru friendWell if you have such a friend, just stop reading this page and invite him home for lunch - sysadmins usually are delighted to encounter someone higher on enthousiasm than the usual cow-like face of lusers that respectfully listen to you before admitting they didn't get anything, and, to be honest, couldn't be bothered ;) Less jokingly, you should rely on the fact he's REALLY a good friend... |
|