Red hat linux создать пользователя

37.2.2. Adding a User

Unlock the account by issuing the passwd command to assign a password and set password aging guidelines:

Table 37.1. useradd Command Line Options

Option Description
-c ‘ ‘ can be replaced with any string. This option is generally used to specify the full name of a user.
-d Home directory to be used instead of default /home/ /
-e Date for the account to be disabled in the format YYYY-MM-DD
-f Number of days after the password expires until the account is disabled. If 0 is specified, the account is disabled immediately after the password expires. If -1 is specified, the account is not be disabled after the password expires.
-g Group name or group number for the user’s default group. The group must exist prior to being specified here.
-G List of additional (other than default) group names or group numbers, separated by commas, of which the user is a member. The groups must exist prior to being specified here.
-m Create the home directory if it does not exist.
-M Do not create the home directory.
-n Do not create a user private group for the user.
-r Create a system account with a UID less than 500 and without a home directory
-p The password encrypted with crypt
-s User’s login shell, which defaults to /bin/bash
-u User ID for the user, which must be unique and greater than 499

Источник

Добавить и удалить пользователя в Redhat/Fedora/Centos

Добавить и удалить пользователя в Redhat/Fedora/Centos

Данную тему решил написать для новичков, кто не знает как пользоваться теми или иными командами и нужно например, добавить и удалить пользователя в Redhat/Fedora/Centos. Данная тема очень простая, я долго думал стоит ли ее вообще писать и озвучивать. Но решил помочь юным админам.

Сначала создадим пользователя и назначим мы ему пароль, делается это следующим образом:

# useradd captainua # passwd captainua

Чтобы удалить пользователя captainua (без удаления домашнего каталога) выполните команду:

Чтобы удалить пользователя captainua c удалением домашнего каталога выполните команду:

НО ПОМНИ! В директории могут храниться важные данные! Сделайте бэкапы.

Чтобы проверить реально ли мы удалили пользователя, можно выполнить команду:

# find / -user captainua -print

Надеюсь я помог юному поколению админов в моей статье «Добавить и удалить пользователя в Redhat/Fedora/Centos».

Добавить комментарий Отменить ответ

Этот сайт использует Akismet для борьбы со спамом. Узнайте, как обрабатываются ваши данные комментариев.

Рубрики

Оцените статью
Adblock
detector