linux系统压缩解压缩最好不要用右键菜单中的因为解压缩时有时可能提示错误cannot open file exists
·
linux系统压缩解压缩最好不要用右键菜单中的因为解压缩时linux内核源码时有提示错误cannot open file exists。
测试用命令行压缩没错误提示。
压缩方法tar -czf archive_name.tar.gz dir
tar -cjf archive.tar.but dir
tar -cut archive.tar.xz dir
解压缩方法tar -xzf name.tar.gz
tar -xjf name .tar.bz2
tar -xjf name.tar.xz
更多推荐


所有评论(0)