-
pwd
当前工作目录 -
cd
切换目录 -
cd -
返回上一次工作目录 -
cd ~username
切换到某一用户home目录 -
.
当前目录 -
..
父目录 -
ls -al
a: 显示所有文件, l: 列表格式 cat -n
less
head -n
tail -fn
-
file
查看文件类型
# 查看文件类型
[admin@localhost ~]$ file hello.txt
hello.txt: ASCII text
pwd
当前工作目录cd
切换目录cd -
返回上一次工作目录cd ~username
切换到某一用户home目录.
当前目录..
父目录ls -al
a: 显示所有文件, l: 列表格式cat -n
less
head -n
tail -fn
file
查看文件类型# 查看文件类型
[admin@localhost ~]$ file hello.txt
hello.txt: ASCII text