Linux root user's manual

Support

Change to root user

su - run a shell with substitute user and group IDs

$ su - root
Password : ********
#

Shutdownn

# halt

or

# shutdown -h now

Reboot

# reboot

or

# shutdown -r now

Make Group

Edit /etc/group

staff:x:500:
trainee:x:501:

Make General user. (This user can use telnet)

useradd [UserName] -g [GroupId]

# useradd hoge -g staff
# passwd hoge

Mount CD-ROM Drive

Back

Copyright © [- SroNey / JohN -]. All rights reserved

Hosted by www.Geocities.ws

1