From b3b3c8c46ad1a9852598eba0383165eea41d38f2 Mon Sep 17 00:00:00 2001 From: Irina <91758930+iridacea@users.noreply.github.com> Date: Wed, 26 Oct 2022 07:51:09 +0300 Subject: [PATCH] nohup: put command in backquotes (#9347) --- pages/common/nohup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/nohup.md b/pages/common/nohup.md index f9369b90c4..6c49e9ecc2 100644 --- a/pages/common/nohup.md +++ b/pages/common/nohup.md @@ -7,7 +7,7 @@ `nohup {{command}} {{command_arguments}}` -- Launch nohup in background mode: +- Launch `nohup` in background mode: `nohup {{command}} {{command_arguments}} &`