answersLogoWhite

0

What else can I help you with?

Related Questions

How can you kill a orphaned process with ppid 1 I am not able to kill that with Kill -9 pid options.?

PID 1 on a Unix or Unix-like system is init. You cannot kill init.


How scalable is Unix?

Unix is designed to be extremely scalable; I've worked on systems with 12 or more processors, multiple clusters, etc.


How can you stop computer programmes running in the background?

In UNIX: with command kill, in Windows: from Task Manager.


How do you terminate a process in unix?

Generally any process may be terminated by sending the appropriate signal to it. The command to send signals to a process is called 'kill', and the various signals you can use are identified by 'kill -l' or by 'man kill'


What is uucp?

UUCP is the abbriviation of Unix to Unix copy. It is worldwide email system called UUCP or Unix to Unix copy.This email system was developed for the operating system called Unix.


Is UNIX based on Linux?

No, but Linux is based on Unix since Linux is a Unix clone.


When was What Doesn't Kill You created?

What Doesn't Kill You was created on 2008-12-12.


Who is Unix work performed by?

Unix work is performed by users of the unix system, for application and system programs, or anything that requires a Unix system.


What is a Unix Computer?

A computer that runs Unix.


What are the socket types in UNIX?

Unix commands


What is a Unix console?

A Unix console is a CLI interface through which to control or monitor a Unix computer.


What is Unix configuration?

Unix configuration is the process of tailoring a freshly installed version of Unix to your particular environment. Each Unix system may do that differently.