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*
微信扫一扫
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*
相关推荐