常用linux命令:

find / -maxdepth 10 -name node-v10.6.0-linux-x64.tar.xz
find / -maxdepth 10 -name "*.tar.xz"
隐藏目录使用 ls -a
查看jenkins进程名:ps -ef | grep jenkins
whatis ps          查看ps命令的含义
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v1.1.7/install.sh | bash
重新设置环境变量命令:
export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
查看操作系统:
cat /proc/version
查找文件位置:
find / -maxdepth 10 -name jenkins.plugins.nodejs.tools.NodeJSInstallation
find / -maxdepth 10 -name "config.xml"
find / -name "config.xml"
linux间拷贝文件:
scp /home/space/music/1.mp3 root@www.runoob.com:/home/root/others/music
linux间拷贝文件目录:
scp -r /home/space/music/ root@www.runoob.com:/home/root/others/ 
解压zip:unzip dist.zip -d /usr/nginx/build
关闭防火墙命令:systemctl stop firewalld.service
开启防火墙:systemctl start firewalld.service

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值