Thiago-Marquet / Start-Stop-APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start Stop APIs script

Nohup, short for no hang up is a command in Linux systems that keep processes running even after exiting the shell or terminal. Nohup prevents the processes or jobs from receiving the SIGHUP (Signal Hang UP) signal. This is a signal that is sent to a process upon closing or exiting the terminal. In this guide, we take a look at the nohup command and demonstrate how it can be used.

ref

About


Languages

Language:Shell 100.0%