See pdf
- TITRE : rouge(red)
- ==Normal highlight (la chose important)==: fluor jaune(yellow)
- Les mots(mots-clé) importants: magenta
- Attention: rouge(red)
- Les exemples: fluor vert(light green)
- Définition: fluor bleu(light blue)
~$ emacs-gtk &
~$ bg
~$ ps
~$ kill <pid>
~$ man ps
~$ man kill
~$ bg --help
~$ emacs-gtk &
~$ fg --help
~$ fg
~$ %emacs-gtk
~$
Ctrl-C
kill
Ctrl-Z
pause the process, resume with fg
(foreground) or bg
(background)
~$ jobs --help
~$ jobs -l
~$ jobs p
~$ top
or
~$ htop
~$ q
~$ exit
or `Ctrl-C` kill