记录IP变化的脚本 脚本文件: monitorIP.sh 用法: ./monitorIP.sh <网卡名> <分钟数> 后台监测用法: nohup ./monitorIP.sh <网卡名> <分钟数> & 关闭后台监测方法: 用ps -ef | grep monitorIP.sh 找到pid 用su
安装 sudo apt install cron 格式 # Example of job definition: # .---------------- minute (0 - 59) # | .------------- hour (0 - 23) # | | .---------- day
脚本 #!/bin/bash display_usage() { echo -e "\t\tUsage:\n\t\t$0 eth \n\t\teg: $0 eth0 \n" } # check whether user had supplied -h or --help . If y
系统信息 cat /etc/os-release cat /etc/redhat-release (上面这条只适用于redhat) cat /etc/issue lsb_release -a 内核信息 cat /proc/version uname -a CPU信息 cat /proc/cpuin
文件类型:.tar 解包: tar xvf FileName.tar 打包: tar cvf FileName.tar DirName 文件类型:.zip 解压: unzip FileName.zip 压缩: zip FileName.zip DirName 文件类型:.rar 解压: rar x