#linux

Summary of Common Linux Commands

<ol> <li>Run a command line program in the background</li> </ol> <p><code>nohup ./server_linux >/dev/null 2>&1 &</code></p> <p>2.tar help file</p> <pre tabindex="0"><code>$ tar -h