mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 11:57:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Search for processes including their command-line options:
|
||||
|
||||
`pgrep --full "{{process_name}} {{parameter}}"`
|
||||
`pgrep {{[-f|--full]}} "{{process_name}} {{parameter}}"`
|
||||
|
||||
- Search for processes run by a specific user:
|
||||
|
||||
`pgrep --euid root {{process_name}}`
|
||||
`pgrep {{[-u|--euid]}} root {{process_name}}`
|
||||
|
||||
Reference in New Issue
Block a user