How do you kill process 1648? How do you kill all processes running kmail? In which instances do you need to work with root privileges?

What will be an ideal response?

Give the command kill –SIGTERM 1648 to kill process 1648. If that does
not work, use SIGKILL in place of SIGTERM for a sure kill. Give the com-
mand killall kmail to send a SIGTERM signal to all processes running kmail.
To kill any processes other than ones you own, you must run these com-
mands with root privileges.

Computer Science & Information Technology

You might also like to view...

All of the following are true in regard to back-end databases EXCEPT:

A) The back-end database can be stored in a central location where a company's technical support can ensure the data are protected and backed up regularly. B) The back-end database must allow the front-end database the ability to add and delete data to its tables. C) Back-end databases allows the user, if given proper permissions, to modify the file to include objects for their individualized use. D) The back-end database cannot be on a shared drive with limited file permissions.

Computer Science & Information Technology

The ____ is the window that appears on every screen when the program is running.

A. library B. service C. project D. user interface

Computer Science & Information Technology