首页
编程
java
php
前端
首页
编程
java
php
前端
tar命令使文件打包压缩
怎么通过tar命令将/ect/passwd文件打包压缩成/root/file.tar.age
tar zcf /root/file.tar.age /etc/passwd
点击展开全文