Linux init 等级列表

init 等级列表

# /etc/init.d/rc takes care of runlevel handling
#
# runlevel 0 is System halt (Do not use this for initdefault!)
# runlevel 1 is Single user mode
# runlevel 2 is Local multiuser without remote network (e.g. NFS)
# runlevel 3 is Full multiuser with network
# runlevel 4 is Not used
# runlevel 5 is Full multiuser with network and xdm
# runlevel 6 is System reboot (Do not use this for initdefault!)
#


rcxdm restart

/etc/X11/gdm/gdm.conf
/etc/X11/xdm/xdm-config
/etc/X11/xdm/Xservers
/etc/opt/kde3/share/config/kdm/kdmrc


调整系统时间: date MMDDhhmm


nmon 采集性能数据:
nmon_linux_x86_64 -f -t -r Test1 -s5 -c360


*** 重启服务 ***

linux111:/etc/init.d # pwd
/etc/init.d
linux111:/etc/init.d # ./xinetd restart

你可能感兴趣的:(LINUX,Linux,init,等级列表)