@websec007
2020-01-07T15:36:44.000000Z
字数 279
阅读 842
未分类
# sort ip.txt|uniq
# sort: 排序
# uniq: 去重复
# find / -mtime 0 -iname *.jsp
# 查找 / 目录下 24小时内产生的 *.jsp文件,忽略大小写。
# nohup ./test.sh &
#
# jobs 通过本命令可查看当前终端放入后台的工作;
# ps -ef |grep test.sh 通过进程查看当前脚本运行情况;
链接:https://blog.csdn.net/xiaolong_4_2/article/details/82626808