Linux Get Shell 后信息收集
Linux Get Shell 后信息收集
uname -a
cat /proc/cpuinfo | grep name | head -n 1 | awk ‘{print $4,$5,$6,$7,$8,$9;}’
free -m | grep Mem | awk ‘{print $2 ,$3, $4, $5, $6, $7}’
ls -lh $(which ls)
which ls
crontab -l
cat /proc/cpuinfo | grep model | grep name | wc -l
top