UGIT: Comandos de linux

  • Saber reinicios de sistema
last reboot
  • Reinicios por año
last -F reboot | grep 2014 | wc -l
  • Top por criterio
top -c -p $(pgrep -d',' -f string_to_match_in_cmd_line)