liunx shell 操作

# Ctrl-D: 终止输入。(退出 shell,如果您正在使用 shell 的话)。
# Ctrl-C: 终止当前正在运行的程序。
# Ctrl-Z: 暂停程序。

删除当前目录下的LOG文件
#rm -f *.log

压缩文件

#tar -zcvf multi_factor.tar.gz multi_factor 


查看进程
#ps -ef| grep python
#ps -ef| grep down
#vim 文件
shift +g 回到文件尾

 

 

查看进程
[root@SVR-29-1 new_fund]# ps -aux |grep python

 

服务器的句柄数也可以看看是否开的够大,默认是很小的
cat /etc/security/limits.conf

 

posted @ 2021-03-11 16:30  yongqi-911  阅读(66)  评论(0编辑  收藏  举报