linux常用命令

tar zxvf   *****.tar.gz   不带gz的不用z参数                                解压缩

tar cxvf   *****     ******.tar.gz                                            压缩

linux下源代码的安装:

su root

./configure

make

原文地址:https://www.cnblogs.com/keepfocus/p/2227581.html