mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-08-26 09:52:30 +02:00
Update README.md
This commit is contained in:
@@ -143,7 +143,7 @@ To hide a command use:
|
|||||||
hide # Hides the current shell/PID
|
hide # Hides the current shell/PID
|
||||||
hide 31337 # Hides process with pid 31337
|
hide 31337 # Hides process with pid 31337
|
||||||
hide sleep 1234 # Hides 'sleep 1234'
|
hide sleep 1234 # Hides 'sleep 1234'
|
||||||
hide nohup sleep 1234 &>/dev/null & # Starts and hides the hidden background process 'sleep 1234'
|
hide nohup sleep 1234 &>/dev/null & # Starts and hides 'sleep 1234' as a background process
|
||||||
```
|
```
|
||||||
|
|
||||||
(thanks to *druichi* for improving this)
|
(thanks to *druichi* for improving this)
|
||||||
|
|||||||
Reference in New Issue
Block a user