-->

What does pkgadd command do?

- It installs a signed or unsigned software package.

- Removes any existing packages installed with the same name as of that we are adding.


Add package to the system using pkgadd.

Syntax:



Verify if the package is installed successfully


Example:


The above example is to install the package from cdrom

Explain how to kill a process.
1.Become a superuser or root user to terminate the process of the another user.
2.Obtain the PID of the process to be terminated.

Syntax:


Example:


The process ID is displayed in the first column of the output.

Terminate the process using kill command.


Verifying if the process is terminated or not.