文本处理三剑客 grep:grep,egrep,fgrep pattern:模式,类型 sed awk 通用技术:正则表达式 blank和space的区别: `[:blank:]’ Blank characters: space and tab. [:space:]’ Space characters: in theC’ locale, th…
卸载服务ansible all -m shell -a ‘yum -y remove nginx’ 检查用户 组 uid gidansible all -m shell -a ‘getent passwd nginx’ansible all -m shell -a ‘getent group ngi…
mini linux: 启动流程: centos6:post》bootsequence(bios)》BootLoader(mbr)》kernel(如无法直接识别硬盘驱动,需借助ramdisk)》rootfs》/sbin/init centos7:post》bootsequence(bios)》BootLoader(mbr)》kernel(如无法直接识别硬盘驱…