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 [...]

Thursday, August 27th, 2009 at 02:36 | Comments Off
Categories: c

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 [...]

Thursday, August 27th, 2009 at 02:02 | Comments Off
Categories: c

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
[...]

Wednesday, August 26th, 2009 at 22:28 | Comments Off
Categories: c

chfn – change your finger information
USAGE
chfn [ -f full-name ] [ -o office ] [ -p office-phone ] [ -h home-
phone ] [ -u ] [ -v ] [ username ]

DESCRIPTION
[...]

Wednesday, August 26th, 2009 at 22:25 | Comments Off
Categories: c

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 [...]

Wednesday, August 26th, 2009 at 22:24 | Comments Off
Categories: c

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 [...]

Wednesday, August 26th, 2009 at 02:34 | Comments Off
Categories: B

authconfig provides a simple method of configuring /etc/sysconfig/network
USAGE
authconfig [--back] [--test] [--nostart] [--kickstart] [--probe]
[--enablecache] [--disablecache] [--enablenis [--nisdomain ]
[--nisserver ] ] [--disablenis] [...]

Wednesday, August 26th, 2009 at 02:29 | Comments Off
Categories: A

useradd – Create a new user or update default new user information
USAGE
useradd [-c comment] [-d home_dir]
[-e expire_date] [-f inactive_time]
[...]

Wednesday, August 26th, 2009 at 02:15 | Comments Off
Categories: A, U

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 [...]

Tuesday, August 25th, 2009 at 22:37 | Comments Off
Categories: S
TOP