Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ADDUSER.8
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- ADDUSER(8) Minix Programmer's Manual ADDUSER(8)
- NAME
- adduser - add a new user to the system
- SYNOPSIS
- adduser user group home-dir
- EXAMPLES
- adduser ast other /usr/ast
- # How user ast could be added
- adduser bin operator /usr/src
- # How user bin could be added
- DESCRIPTION
- Adduser adds a new user to the system by making new entries in
- /etc/passwd and /etc/shadow for the new user, creating a new home
- directory, and copying the contents of the template home directory
- /usr/ast into it. The user-id of this new user will be the first free
- number not less than 10. The password is initially empty, the full name
- must be set, and the shell is the Bourne Shell, /bin/sh . Use passwd ,
- chfn , and chsh to change.
- SEE ALSO
- login(1), passwd(1), passwd(5).
- 1