Posts Tagged ‘passwd’
chpasswd – update password file in batch
USAGE
chpasswd [-e]
DESCRIPTION
chpasswd reads a file of user name and password pairs from standard
input and uses this information to update a group of [...]
crypt – password and data encryption
USAGE
#define _XOPEN_SOURCE
#include <unistd.h>
char *crypt(const char *key, const char *salt);
DESCRIPTION
crypt() is the password encryption function. It is based on the [...]
chsh – change your login shell
USAGE
chsh [ -s shell ] [ -l ] [ -u ] [ -v ] [ username ]
DESCRIPTION
chsh is used to change your login shell. If a shell is not given on
[...]
chfn – change your finger information
USAGE
chfn [ -f full-name ] [ -o office ] [ -p office-phone ] [ -h home-
phone ] [ -u ] [ -v ] [ username ]
DESCRIPTION
[...]
chage – change user password expiry information
USAGE
chage [-m mindays] [-M maxdays] [-d lastday] [-I inactive]
[-E expiredate] [-W warndays] user
chage -l user
DESCRIPTION
chage [...]
sh – command interpreter (shell)
USAGE
sh [-/+aCefnuvxIimqsVEbc] [-o longname] [target ...]
DESCRIPTION
Sh is the standard command interpreter for the system. The current ver-
sion of sh is in the process of being changed to conform with the POSIX
1003.2 [...]
authconfig provides a simple method of configuring /etc/sysconfig/network
USAGE
authconfig [--back] [--test] [--nostart] [--kickstart] [--probe]
[--enablecache] [--disablecache] [--enablenis [--nisdomain ]
[--nisserver ] ] [--disablenis] [...]
useradd – Create a new user or update default new user information
USAGE
useradd [-c comment] [-d home_dir]
[-e expire_date] [-f inactive_time]
[...]
sh – command interpreter (shell)
USAGE
sh [-/+aCefnuvxIimqsVEbc] [-o longname] [target ...]
DESCRIPTION
Sh is the standard command interpreter for the system. The current ver-
sion of sh is in the process of being changed to conform with the POSIX
1003.2 [...]
