摘要: tar -czvf name-of-archive.tar.gz /path/to/directory-or-file -c: Create an archive.-z: Compress the archive with gzip.-v: Displa... 阅读全文
posted @ 2019-06-14 15:18 2021年的顺遂平安君 阅读(75) 评论(0) 推荐(0)
摘要: : Create an archive. : Compress the archive with gzip. : Display progress in the terminal while creating the archive, also known as “verbose” mode. Th 阅读全文
posted @ 2019-06-14 15:18 2021年的顺遂平安君 阅读(360) 评论(0) 推荐(0)