中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問手機版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認(rèn)證|工資待遇與招聘,認(rèn)準(zhǔn)超級網(wǎng)工!

招聘|合作 登陸|注冊

網(wǎng)絡(luò)工程師培訓(xùn)

當(dāng)前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點關(guān)注 > linux常用命令

常用linux文件操作命令

時間:2019-06-16

linux常用命令_常用cad快捷鍵命令_常用linux命令大全

強烈推薦一個大神的人工智能的教程:

立即關(guān)機: shutdown -h now

ls *.conf
ls /home/*.txt
ls h*.conf
ls test?.aa
ls [abc]*

常用linux命令大全_linux常用命令_常用cad快捷鍵命令

mkdir name
touch filename
rmdir name

常用cad快捷鍵命令_linux常用命令_常用linux命令大全

touch filename
rm filename
mv filename path

linux常用命令_常用linux命令大全_常用cad快捷鍵命令

cp name newname
cp -r name path
rm -rf name
//將一個文件中的內(nèi)容重定向到另一個文件,如將test1重定向到test2
cat <test1>test2

常用linux命令大全_常用cad快捷鍵命令_linux常用命令

是一個命令連接符linux常用命令,格式為命令|命令linux常用命令,例如,cat test.txt | grep root,查看test.txt中是否有root相關(guān)信息

image

find / -empty 查找空文件