diff --git a/source/posts/2014-05-09-life-saving-commands-nohup-and-disown.md b/source/posts/2014-05-09-life-saving-commands-nohup-and-disown.md index 8698c4a2..a157b93b 100644 --- a/source/posts/2014-05-09-life-saving-commands-nohup-and-disown.md +++ b/source/posts/2014-05-09-life-saving-commands-nohup-and-disown.md @@ -23,7 +23,7 @@ Let's test some commands: This command will add a background job that waits for 3600 seconds. Why do we need that? We're just putting commands running on background. -You can watch th command running by following command: +You can see the command running by following command: ```bash % ps -e -o pid,command | grep '[s]leep'