強烈推薦一個大神的人工智能的教程:
立即關(guān)機: 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
//將一個文件中的內(nèi)容重定向到另一個文件,如將test1重定向到test2
cat <test1>test2
是一個命令連接符linux常用命令,格式為命令|命令linux常用命令,例如,cat test.txt | grep root,查看test.txt中是否有root相關(guān)信息
find / -empty 查找空文件
上一個教程:Linux命令行內(nèi)容分頁顯示
下一個教程:Linux 中 V(Vim)常用命令使用說明