强烈推荐一个大神的人工智能的教程:
立即关机: shutdown -h now
ls *.conf
ls /home/*.txt
ls h*.conf
ls test?.aa
ls [abc]*
mkdir name
touch filename
rmdir name
touch filename
rm filename
mv filename path
cp name newname
cp -r name path
rm -rf name
//将一个文件中的内容重定向到另一个文件,如将test1重定向到test2
cat <test1>test2
是一个命令连接符linux常用命令,格式为命令|命令linux常用命令,例如,cat test.txt | grep root,查看test.txt中是否有root相关信息
find / -empty 查找空文件
上一个教程:Linux命令行内容分页显示
下一个教程:Linux 中 V(Vim)常用命令使用说明