Add ps command

ps documentation
pull/1492/head
Paul Marsicovetere 2 years ago committed by GitHub
parent c8c29ac59e
commit 72d90e0315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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