This is a discussion on leading underscores in usernames/groupnames within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> As I'm installing 3.4 on my box (to replace the 3.3 box that's currently live), I notice more and ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| As I'm installing 3.4 on my box (to replace the 3.3 box that's currently live), I notice more and more utilities are cutting over to using leading underscores for administrative names (not meant for login). Where is this practice documented and formalized? Are there tools that reject leading underscores for logins, or is it merely a decorative convention? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! |
| ||||
| On Mon, 15 Dec 2003, Randal L. Schwartz wrote: > Where is this practice documented and formalized? Are there tools > that reject leading underscores for logins, or is it merely a > decorative convention? not documented. it's simply to reduce collisions with real names. somebody might want to create a user 'syslog' to log in, backup logs, or whatnot. they are less likely to call that user _syslogd, but there's no practical difference. -- "The laws in this city are clearly racist. All laws are racist. The law of gravity is racist." - M. Barry, Mayor of Washington, DC |