Merge pull request #139 from chirag64/master
Updating pgrep page and correcting ssh page
This commit is contained in:
@@ -10,6 +10,14 @@
|
|||||||
|
|
||||||
`pgrep -i {{fireFOx}}`
|
`pgrep -i {{fireFOx}}`
|
||||||
|
|
||||||
|
- search full command line with parameters instead of just the process name
|
||||||
|
|
||||||
|
`pgrep -f "{{ssh root}}"`
|
||||||
|
|
||||||
|
- search for process run by a specific user
|
||||||
|
|
||||||
|
`pgrep -u root {{firefox}}`
|
||||||
|
|
||||||
- kill all processes which match
|
- kill all processes which match
|
||||||
|
|
||||||
`pkill -9 {{Finder}}`
|
`pkill -9 {{Finder}}`
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
- connecting to a remote server with specific port
|
- connecting to a remote server with specific port
|
||||||
|
|
||||||
`ssh {{username}}@{{remote_host}} -P {{2222}}`
|
`ssh {{username}}@{{remote_host}} -p {{2222}}`
|
||||||
|
|
||||||
- run a command on a remote server
|
- run a command on a remote server
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user