查看某端口号程序的所有进程号 $(lsof -ti:8001) 杀某端口号定的进程 kill -9 $(lsof -ti:8001) shell打印出日期时间 mv views.py /data/backup/views.py-$(date +%Y%m%d%H%M%S)