2018年12月7日

centos启动流程

摘要: centos6启动流程 1、主板,post加电自检,检查硬件环境 2、主板选择一个硬盘进行引导,执行mbr446 grub stage1 3、grub stage1.5 加载/boot分区文件系统驱动,mbr后续的27个扇区 4、grub stage2 /boot/grub/grub.conf 读取 阅读全文

posted @ 2018-12-07 10:30 tony3154 阅读(104) 评论(0) 推荐(1) 编辑

2018年12月6日

expect

摘要: expect 语法: expect [选项] [ -c cmds ] [ [ -[f|b] ] cmdfile ] [ args ] 选项 -c:从命令行执行expect脚本,默认expect是交互地执行的 示例:expect -c 'expect "\n" {send "pressed enter 阅读全文

posted @ 2018-12-06 22:39 tony3154 阅读(397) 评论(0) 推荐(0) 编辑

导航