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

ru.m.wikipedia.org

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

passwd — Википедия

ru.wikipedia.org

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

Проверка на изменение /etc/passwd - ZABBIX Forums

www.zabbix.com

Всем привет. Есть триггер проверяющий на изменение файл /etc/passwd { HOST:vfs.file.cksum[/etc/passwd].diff(0)}>0. Элемент данных ...

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

manpages.ubuntu.com

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

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

heap.altlinux.org

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

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

www.linux.org.ru

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

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

habrahabr.ru

15 дек 2010 ... В этом разделе мы познакомимся с механизмом управления аккаунтами в Linux и начнем с файла /etc/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 ...

Атака на apache2 /etc/passwd%00.png&p_id=60 — Admin — Форум

www.linux.org.ru

etc/passwd%00.png&p_id=60 HTTP Response 200 ... passwd он не выдал, ибо запрос был в корень, а из корня идет редирект на ...

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

jack.kiev.ua

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

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.

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

ru.wikipedia.org

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

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.

passwd(5) - Linux manual page

man7.org

The /etc/passwd file is a text file that describes user login. accounts for the system. It should have read permission allowed for.

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.

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.

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).

Adding New users | etc/passwd File

www.csl.mtu.edu

The /etc/passwd file. A list of users Consults at login time to determine a user’s UID and to verify the users’ password.

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