useradd

#useradd user делаю
в /home/user не создается

/etc/default/useradd
GROUP=100
HOME=/home
INACTIVE=-1
EXPIRE=
SHELL=/bin/bash
SKEL=/etc/skel

что не так?

man useradd

useradd -d user
man useradd

Re: man useradd

Gentoo-начало написал(а):
useradd -d user
man useradd

useradd user -d /home/user
тоже не создает

А кто сказал,

А кто сказал, что она должна создаваться?
man useradd

Цитата:
-d, --home HOME_DIR
The new user will be created using HOME_DIR as the value for the user's login directory. The default is to append the LOGIN name to BASE_DIR and use that as the login directory name. The directory HOME_DIR does not have to exist but will not be created if it is missing.

Re: А кто сказал,

KiberGus написал(а):
А кто сказал, что она должна создаваться?
man useradd

Цитата:
-d, --home HOME_DIR
The new user will be created using HOME_DIR as the value for the user's login directory. The default is to append the LOGIN name to BASE_DIR and use that as the login directory name. The directory HOME_DIR does not have to exist but will not be created if it is missing.

я только недавно начал заниматся может это глупый вопрос для вас но я дейчтвительно не знал
надо было делать так:
#useradd -m user

спасибо всем за помошь

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".