1. 查看系统内核版本 [root@funsion geekxa]# cat /etc/issue CentOS release 6.5 (Final) Kernel \r on an \m 显示了系统名称(CentOS)和内核版本(release 6.5)The file /etc/issue is a text file which contains a message or system identification to be printed before the login promp…
虚拟机版本默认用户root 密码toor ls:显示当前目录包含的文件及文件夹 ls -l:以常规格式显示当前目录包含的文件及文件夹(开头字母解释:d:目录 -:文件 c:设备文件 l:链接 b:块设备,如硬盘分区) ls -a:显示隐藏文件(以.开头) ls-lh:以适合阅读的常规格式显示当前目录包含的文件及文件夹 ls -lh --sort=size:按照文件大小排序(=time:时间) cd /media:进入media目录(.:当前目录 ..:上级目录 直接使用cd进入用户主目录~#)…