linux常用命令


1、跨服务器复制文件

scp -r 当前服务器文件夹所在路径 @IP:远程服务器文件夹路径

2、后台运行程序

nohup python3 XXX.py >> XXX.log 2>&1&

3、服务器资源占用情况

watch -n 1 nvidia-smi

free

top

ps aux

4、写入环境变量

1)vi /etc/profile

2)export LC_ALL=’en_US.utf8′

3)source /etc/profile

5、统计文件行数、单词数、字节数

wc 文件名

 

原创文章,作者:,如若转载,请注明出处:https://blog.ytso.com/271836.html

(0)
上一篇 2022年7月7日
下一篇 2022年7月7日

相关推荐

发表回复

登录后才能评论