Linux常用命令
df -Th
lsblk
lsof -i:端口号
ln -s 真实文件 快捷方式
export http_proxy=http://<你的代理>:<端口>
export https_proxy=http://<你的代理>:<端口>
export <变量名>=<变量值>
du -sh * | sort -rh
echo "export <变量名>=<变量值>" >> /etc/profile
source /etc/profile
export <变量名>=<变量值>
df -Th
lsblk
lsof -i:端口号
ln -s 真实文件 快捷方式
export http_proxy=http://<你的代理>:<端口>
export https_proxy=http://<你的代理>:<端口>
export <变量名>=<变量值>
du -sh * | sort -rh
echo "export <变量名>=<变量值>" >> /etc/profile
source /etc/profile
export <变量名>=<变量值>