Posts Tagged ‘login’

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

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

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

ac – print statistics about users’ connect time
USAGE
ac [ -d | --daily-totals ] [ -y | --print-year ]
[ -p | --individual-totals ] [ people ]
[...]

Tuesday, August 25th, 2009 at 22:03 | Comments Off
Categories: A
Tags: , , , ,
TOP