/etc/passwd — Википедия

ru.m.wikipedia.org

/etc/passwd (от англ. password — пароль) — файл, содержащий в текстовом формате список пользовательских учётных записей (аккаунтов). Является ...

passwd — Википедия

ru.wikipedia.org

passwd: /etc/passwd — файл с перечнем пользовательских учётных записей в Unix. passwd (утилита) — утилита Unix-систем для управления паролями ...

Вопрос по /etc/passwd has been changed on Zabbix server ...

www.zabbix.com

На сервере с zabbix было обновление, после этот выскочил триггер /etc/ passwd has been changed on Zabbix server. Я конечно понимаю ...

Ubuntu Manpage: passwd - файл паролей

manpages.ubuntu.com

Файл /etc/passwd содержит учётные записи пользователей, по одной в каждой строке. Строка состоит из семи полей, разделённых двоеточиями («: »).

Основы Linux от основателя Gentoo. Часть 3 (3/4): Управление ...

habrahabr.ru

15 дек 2010 ... В этом разделе мы познакомимся с механизмом управления аккаунтами в Linux и начнем с файла /etc/passwd, в котором определены ...

/etc/? /etc/passwd — Security — Форум

www.linux.org.ru

Мы тут не про то как это исправить толкуем, а что будет, если снести, например, /etc/passwd - ну пришел хацкер удалил passwd!

Linux/x86 - bin/cat /etc/passwd - 43 bytes

shell-storm.org

#include <stdio.h> const char shellcode[]="\x31\xc0" // xorl %eax,%eax "\x99" // cdq "\x52" // push edx "\x68\x2f\x63\x61\x74" // push dword 0x7461632f ...

Структура файлов /etc/passwd, /etc/shadow, /etc/group

www.intuit.ru

4 июл 2008 ... Файлы /etc/passwd и /etc/group в Solaris имеют такой же формат, как и в других системах UNIX, а файл /etc/shadow одинаков для всех ...

Пользователи и группы: сложный путь

jack.kiev.ua

Сначала нужно добавить нового пользователя в файлы /etc/passwd(5), /etc/ shadow(5) и /etc/group(5). В файле passwd хранится информация о ...

Управление пользователями в Linux

heap.altlinux.org

Вся эта информация хранится в файле /etc/passwd . Каждая строка в файле имеет формат: имя пользователя:зашифрованный пароль:UID:GID:полное ...

etc/passwd — Википедия

ru.wikipedia.org

/etc/passwd (от англ. password — пароль) — файл, содержащий в текстовом формате список пользовательских учётных записей (аккаунтов). Является первым и основным источником информации о правах пользователя операционной системы.

Understanding /etc/passwd File Format – nixCraft

www.cyberciti.biz

The /etc/passwd contains one entry per line for each user (or user account) of the system. All fields are separated by a colon (:) symbol. Total seven fields as follows.

passwd - Wikipedia

en.wikipedia.org

passwd is a tool on most Unix and Unix-like operating systems used to change a user's password. The password entered by the user is run through a key derivation function to create a hashed version of the new password, which is saved.

passwd(5): password file - Linux man page

linux.die.net

If the encrypted password in /etc/passwd is "*NP*" (without the quotes), the shadow record should be obtained from an NIS+ server.

The /etc/passwd file, by The Linux Information Project (LINFO)

www.linfo.org

Each line in /etc/passwd represents a single user. The first listed is the root (i.e., administrative) account, which has complete power over every aspect of the system.

etc/passwd File Format in Linux Explained ~ Your Own Linux..!

www.yourownlinux.com

/etc/passwd file is one of the most important files as it possess all the necessary details about every account in the Linux system.

Using the /etc/passwd file

www.ibm.com

The password filed in /etc/passwd is used by AIX to signify if there is a password or whether the account is blocked.

Linux Password & Shadow File Formats

www.tldp.org

Traditional Unix systems keep user account information, including one-way encrypted passwords, in a text file called ``/etc/passwd''.

linux - Cannot lock /etc/passwd; try again later - Super User

superuser.com

You can't directly modify /etc/passwd. You can change both files through specialized commands (e.g you can change your password).

login - I deleted the "/etc/passwd" file and cannot log in - Ask Ubuntu

askubuntu.com

No, given your description, you did not lose any of your files (except /etc/passwd, which you deleted, but which you had backed up).

Поиск реализован с помощью YandexXML и Google Custom Search API