码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 常用命令整理

时间:2019-09-09 13:05:59      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:文件   linu   pac   local   usr   bin   解压缩   意思   and   

 

1、解压缩到指定文件夹:

 // 将 /usr/local/software 下的 apache-maven-3.5.0-bin.tar.gz  解压到  apache-maven-3.5.0 文件夹

    tar zxvf /usr/local/software/apache-maven-3.5.0-bin.tar.gz -C apache-maven-3.5.0

 

2、后台启动服务,nohup就是不挂起的意思( no hang up):

// command 表示待执行的命令

nohup command &

 

 

 

 




Linux 常用命令整理

标签:文件   linu   pac   local   usr   bin   解压缩   意思   and   

原文地址:https://www.cnblogs.com/aibaiyang/p/11491045.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!