linux 常用命令

2019-02-13 08:29

用户相关

新增用户

useradd username -m

添加某个现有用户到某个现有用户组

usermod -a -G groupname username

GIT相关

git clone https://cccc.cccc.ccc/cccc.git

git pull




nohup command>/dev/null 2>&1 &


查看网络流量 dstat -nf
wget 下载文件的时候携带basic认证信息 wget --http-user=USERNAME --http-passwd=PASSWORD http://192.168.190.126:81/file.txt
# linux