基础简述

命令行

命令 描述
ls 查看当前目录下所有文件
ls -a 查看当前目录下包括隐藏文件的所有文件
man commandXxx(具体的命令名称) 查询commandXxx这个指令的用法,如man ls
find 用于查找某个文件或者文件夹,如find . -name "*.java"
grep
xargs
cat
chmod
user(u)
group(g)
other(o)
ps
kill
export

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--------------------last line for now-------------------