linux命令考试题

linux命令考试题,第1张

1、mkdir -p 学号 &&cd 学号 2、cp /etc/man.config 学号文件夹 5、vim 学号文件名3、more 学号文件 6、sed -n "1,10p" man.config.1 >>man.config.2 或 head -10 man.config.1 >>man.config.2 7、发现创建了一个pwd.sh文件 8、chmod 544 pwd.sh 9、bash pwd.sh 或者 sh pwd.sh 或者./pwd.sh 10、find ./ -newer man.config | xargs -i {} mv {} man.config.new 11、find / -name man.config 12、locate man.config 13、结果肯定能查出来,find 查找出全名为man.config ,locate查出来是包含这个字符的所有的。 14、ln man.config man.config.h 15、ln -s man.config man.config.s 16、显示占据硬盘的inode码 17、df -h 18 du -sh * 19、mkdir -p /mut/usb/ &&mount -t vfat /dev/u盘的sdb /mut/usb 20、for i in `find ./ -name man.config` do cp $i /mut/usb/ done

打完收工,给分吧,

1、C;2、B;3、A;4、C;5、A;6、C;7、A;8、C;9、A;10、A;11题ABC都是对的、;12、A;13、A;14、B;15、A;16、B;17、A;18、C;19、A;20、D

多选:

1、ABC;2、ABCD;3、ABCD;4、ABC;5、AB


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/7148771.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-02
下一篇 2023-04-02

发表评论

登录后才能评论

评论列表(0条)

保存