RE: How to create username with "."
- From: "Miner, Jonathan W (CSC) (US SSA)" <jonathan.w.miner@xxxxxxxxxxxxxx>
- Date: Thu, 21 Sep 2006 07:44:49 -0400
Marq wrote:
Hi
When i create username like this
"useradd user.name"
It shows the error message saying that the name contains invalid characters
It is bad idea to create such users. For example, chown command accepts
argument of type "user.group". You should stick with letters and numbers.
The chown(1) man page says that a colon ":" is the delimiting character:
NAME
chown - change file owner and group
SYNOPSIS
chown [OPTION]... [OWNER][:[GROUP]] FILE...
My advice to Marq would be to use a dummy username, and then manually edit the passwd and shadow files. We've been using usernames like first.m.last for several years to maintain compatibility with another operating system; the users don't like having to use the long usernames but it works.
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Follow-Ups:
- RE: How to create username with "."
- From: Aleksandar Milivojevic
- Re: How to create username with "."
- From: Honti, Balázs
- Re: How to create username with "."
- From: Adel Ben Zarrouk
- RE: How to create username with "."
- References:
- How to create username with "."
- From: Marq
- Re: How to create username with "."
- From: Aleksandar Milivojevic
- How to create username with "."
- Prev by Date: Re: How to create username with "."
- Next by Date: Re: How to create username with "."
- Previous by thread: Re: How to create username with "."
- Next by thread: Re: How to create username with "."
- Index(es):
Relevant Pages
|