1.如何通过命令行重启linux操作系统?
shutdown -r
2、如何删除/tmp下所有A开头的文件?
rm -rf /tmp/A*
3、如何把/etc复制到/tmp下?
cp /etc /tmp
4、如何把/tmp/etc/man.conf移动到/tmp下并改名为test.conf
mv /tmp/etc/man.conf /tmp/test.conf
5、如何查看当前工作目录、
shutdown -r
rm -rf /tmp/A*
cp /etc /tmp
mv /tmp/etc/man.conf /tmp/test.conf