1.cd usr
mkdir mytext
touch net.txt
chmod u+x net.txt
chmod g+w net.txt
chmod o-r net.txt

2.tar zcf mytext.tar.gz /mytext

3.find ./ -size +20k
find ./ -name lvm*

linux的归档与压缩例题
阅读 89
2022-03-13
1.cd usr
mkdir mytext
touch net.txt
chmod u+x net.txt
chmod g+w net.txt
chmod o-r net.txt

2.tar zcf mytext.tar.gz /mytext

3.find ./ -size +20k
find ./ -name lvm*

相关推荐
精彩评论(0)