虚拟机安装的是centos 6 一、常用命令 vi /etc/hosts 修改host,如 192.168.223.80 hostname pwd 显示当前所在目录路径 whoami 当前用户 ifconfig 查看ip vi /etc/grub.conf timeout 设为0 去掉开机5s倒计时 mkdir -p aa/bb 创建文件夹 rm -rf aa 强制删除 mv aaa mygod 重命名 touch mytest.text 创建文件 echo “hello world” > my.text2 输出到文件 echo “hello world2