// Linux文件的读写都使用vim i //可以输入ESC //退出输入:wq //保存并退出:q //不保存退出:q! //强制退出// 删除一行 ESC d(按两下) #命令mkdir software //新建software文件夹 /opt/software