摘要:
1,w +回车 2.who +回车 3.last+回车 4.lastlog+回车 阅读全文
摘要:
理解:Linux挂载相当于Windows分配盘符 1.查询系统中已挂载的设备 mount 2.设置自动挂载 编辑文件/etc/fstab,把文件写入就可以启动自动挂载了, 注:一般不把光盘写入,如果写入之后启动时忘记挂载光盘了,会导致Linux系统崩溃. 3.mount [-t文件系统] -o[特殊 阅读全文
摘要:
1.shutdown [选项] 时间 -r(reboot)重启 -h(halt)关闭 -c(cancel)取消 注:shutdown -h 时间 &(加个&符号再按回车不影响其它操作) 操作如下: [root@rac1 ~]# dateWed Oct 18 18:29:35 CST 2017[roo 阅读全文