编写Unix脚本以列出正在运行的应用程序/定期作业及其端口号和主机的常规信息。
创始人
2024-12-05 19:00:13
0

以下是一个基本的Unix脚本示例,用于列出正在运行的应用程序和cron作业以及其端口号和其他一些常规信息:

#!/bin/bash

# Get the current date and time
now=$(date +"%Y-%m-%d %H:%M:%S")

# Print the header
echo "Timestamp|Process ID|Port|Command"

# List the running processes and filter for those listening on a TCP port
lsof -i TCP | awk '{if($1!="COMMAND") print $0}' | while read line
do
    # Extract the process ID and port number
    pid=$(echo $line | awk '{print $2}')
    port=$(echo $line | awk '{print $9}' | awk -F: '{print $2}')
  
    # Get the command for the process
    cmd=$(ps -p $pid -o cmd=)

    # Print the information
    echo "$now|$pid|$port|$cmd"
done

# List the cron jobs and their processes
echo "Cron jobs:"
crontab -l | while read line
do
    # Skip comments and empty lines
    if [[ $line == "#"* ]] || [[ -z $line ]]; then
        continue
    fi
  
    # Extract the schedule and command
    schedule=$(echo $line | awk '{print $1" "$2" "$3" "$4" "$5}')
    cmd=$(echo $line | awk '{$1=$2=$3=$4=$5=""; print $0}' | xargs)
  
    # Find the process ID for the command
    pid=$(ps -ef | grep "$cmd" | grep -v grep | awk '{print $2}')
  
    # Print the information
    echo "  $schedule|$pid|$cmd"
done

该脚本使用lsof命令来获取所有正在运行的TCP进程,然后使用awk过滤结果以仅显示具有端口号的进程。对于每个进程,脚本提取进程ID、端口号和命令,并将信息打印到STDOUT。

脚本还使用crontab命令获取当前用户的cron作业,并提取计划和命令,然后使用ps命令查找其进程ID并将所有信息打印到STDOUT。

此脚本可以定期运行,以便记录系统中正在运行的应用程序和定期作业的

相关内容

热门资讯

记者揭秘!智星菠萝辅助(透视辅... 记者揭秘!智星菠萝辅助(透视辅助)拱趴大菠萝辅助神器,扑克教程(有挂细节);模式供您选择,了解更新找...
一分钟揭秘!约局吧能能开挂(透... 一分钟揭秘!约局吧能能开挂(透视辅助)hhpoker辅助靠谱,2024新版教程(有挂教学);约局吧能...
透视辅助!wepoker模拟器... 透视辅助!wepoker模拟器哪个好用(脚本)hhpoker辅助挂是真的,科技教程(有挂技巧);囊括...
透视代打!hhpkoer辅助器... 透视代打!hhpkoer辅助器视频(辅助挂)pokemmo脚本辅助,2024新版教程(有挂教程);风...
透视了解!约局吧德州真的有透视... 透视了解!约局吧德州真的有透视挂(透视脚本)德州局HHpoker透视脚本,必胜教程(有挂分析);亲,...
六分钟了解!wepoker挂底... 六分钟了解!wepoker挂底牌(透视)德普之星开辅助,详细教程(有挂解密);德普之星开辅助是一种具...
9分钟了解!wpk私人辅助(透... 9分钟了解!wpk私人辅助(透视)hhpoker德州透视,插件教程(有挂教学);风靡全球的特色经典游...
推荐一款!wepoker究竟有... 推荐一款!wepoker究竟有透视(脚本)哈糖大菠萝开挂,介绍教程(有挂技术);囊括全国各种wepo...
每日必备!wepoker有人用... 每日必备!wepoker有人用过(脚本)wpk有那种辅助,线上教程(有挂规律);wepoker有人用...
玩家必备教程!wejoker私... 玩家必备教程!wejoker私人辅助软件(脚本)哈糖大菠萝可以开挂,可靠技巧(有挂神器)申哈糖大菠萝...