I entered vi to view a file but exited without saving, and actually, I think that instead of quitting, I just minimized that process to the background, so to speak.
This is the jobs output at the moment of writing this thread:
Code:
[1] Running djview4 fortran_chapman_2003.djvu & (wd: ~/Documents/pemacs/fortran)
[2]- Stopped vi pagina_chapman.txt (wd: ~/Documents/pemacs/fortran/exercicios)
[3]+ Stopped vi pagina_chapman.txt (wd: ~/Documents/pemacs/fortran/exercicios)
[4] Running chromium-browser & (wd: ~/Documents/pemacs/fortran/exercicios)
How should I kill process number 2 and 3?
Is there a preferable procedure to killing a process?
Should I use the kill command?
Is the process id the same process id that shows on htop (PID)?
Thankyou.