3
Linux의 사용자 이름에 어떤 문자를 사용해야합니까?
도메인 이름을 딴 사용자 계정을 만들고 싶습니다. adduser는 사용자 이름이 NAME_REGEX정규식 과 일치해야한다고 불평합니다 . adduser: Please enter a username matching the regular expression configured via the NAME_REGEX configuration variable. Use the `--force-badname' option to relax this check or reconfigure NAME_REGEX. 불만없이 useradd를 사용하여 사용자를 추가 할 수 있습니다. 내가 …