A. chmod g+w test B. chmod o+x test C. chmod 765 test D. chmod a+x,g+w test
A. find B. cat C. more D. less
A. tar –cvf a.txt b.txt xx.tar.gz B. tar –zcvf a.txt b.txt xx.tar.gz C. tar –zcvf xx.tar.gz a.txt b.txt D. tar –cvf xx.tar.gz a.txt b.txt
A. whatis quota B. find quot C. where quota D. which quota
A. 列出目录中的内容 B. 执行目录中的命令 C. 进入目录 D. 在目录中创建或者删除文件
A. chown B. chgrp C. chmod D. umask