mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
Update README.md
This commit is contained in:
parent
634bda0187
commit
e17c584647
1 changed files with 2 additions and 1 deletions
|
@ -889,6 +889,7 @@ whois domain
|
|||
<td><a href="#a-kill">kill</a></td>
|
||||
<td><a href="#b-killall">killall</a></td>
|
||||
<td><a href="#c-&">&</a></td>
|
||||
<td><a href="#d-nohup">nohup</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -904,7 +905,7 @@ Kill all processes with the name.
|
|||
killall processname
|
||||
```
|
||||
|
||||
### c. `&`
|
||||
### c. `&`
|
||||
The `&` symbol instructs the command to run as a background process in a subshell.
|
||||
```bash
|
||||
command &
|
||||
|
|
Loading…
Reference in a new issue