Add ps command

ps documentation
pull/1657/head
Paul Marsicovetere 2 years ago committed by GitHub
parent 98275b5a47
commit 5aad55f2a0
  1. 9
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/102-ps.md

@ -1 +1,8 @@
# Ps
# ps - process status
The ps utility displays a header line, followed by lines containing information about all of your processes that have controlling terminals.
See `man ps` further information
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://www.sysadmin.md/ps-cheatsheet.html'>ps Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/ps.1.html'>ps Documentation</BadgeLink>

Loading…
Cancel
Save