In windows we can easily terminate the process by
but in Linux , it is not that much easy, u have to follow the terminal steps:- ctrl+alt+del
- right click on program name
- go to process
- end process.
example: to close firefox process.
- Open terminal (ctrl+alt+t)
- type command : ps auxwww | grep firefox
- u will get some table , in which u find process IDs
- type command : kill 2348 (note: 2384 is process id, it is different each time )
0 comments:
Post a Comment