以root用户运行
cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {}
shell 查看所有用户计划任务
© 本文著作权归作者所有,转载前请务必署名
以root用户运行
cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {}
© 本文著作权归作者所有,转载前请务必署名
docker常用命令
以root用户运行cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {}
apiVersion: v1kind: PersistentVolumemetadata:name: pv01spec:capacity:storage: 5G
curl -L https://github.com/ahmetb/kubectx/releases/download/v0.9.1/kubens -o /bi
awk '{ip[$1]+=1;} END {for(i in ip){print ip[i]" "i;}}' /var/log/httpd