linux的归档与压缩例题

Aliven888

关注

阅读 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)

0 0 举报