摘要: 1.把/etc/fstab文件内容重定向到/tmp目录下文件名为fstab.out cat /etc/fstab > /tmp/fstab.out 2.把hello world 追加到/tmp/fstab.out文件尾部 echo “hello world” >> /tmp/fstab.out 3. 阅读全文
posted @ 2020-04-26 12:06 xuziran 阅读(115) 评论(0) 推荐(0)