Merge pull request #139 from chirag64/master

Updating pgrep page and correcting ssh page
This commit is contained in:
Romain Prieto
2014-03-02 18:14:43 +11:00
2 changed files with 9 additions and 1 deletions

View File

@@ -10,6 +10,14 @@
`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
`pkill -9 {{Finder}}`

View File

@@ -13,7 +13,7 @@
- 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