摘要:
1、开机bios自检 2、MBR引导 硬盘0柱面0磁道1扇区前446byte 3、grub引导扇区 cat /etc/grub 4、加载内核 5、启动/etc/inittab ps -ef|grep init 进程号为1 6、执行/etc/rc.d/rc.sysinit脚本 7、执行/etc/rc. 阅读全文
posted @ 2017-12-14 20:00
liulj0713
阅读(116)
评论(0)
推荐(0)
摘要:
ps -ef|grep "/sshd"|grep -v grep|wc -l 1 netstat -lntup|grep sshd |wc -l 2 阅读全文
posted @ 2017-12-14 19:28
liulj0713
阅读(308)
评论(0)
推荐(0)
摘要:
ls -lrt r 倒序 t 按修改时间排序 依赖于当前系统时间 阅读全文
posted @ 2017-12-14 18:56
liulj0713
阅读(95)
评论(0)
推荐(0)