Latest Answer: A process is a program in execution. And a Job is a task. ...
Latest Answer: I dont think so just by looking at the prompt one can recognize the shell [inputs pls, if otherwise], however you can run small commands to get the shell that you are using ps -p $$ should be your answer. ...
Latest Answer: #include #include int stat(const char *path, struct stat *buf);The stat() function obtains information about the named file andwrites it to the area pointed to by the buf argument. The pathargument points to a pathname ...
Latest Answer: A zombie process is a process that completed execution but still in process table. When a process ends, all of the memory and resources associated with it are deallocated so they can be used by other processes. However, the process's entry in the ...
Latest Answer: IPC also ...
Latest Answer: 0 or 1; depending upon the arguments given to kill. to enforce killing use kill -9 ...
Latest Answer: Sockets won't come in Inter Process Communication.Inter Process communication means communication between the processes with in the same system.Sockets can communicate with the external systems ...
Latest Answer: Sleep() suspends execution for an interval ...
Latest Answer: The file server is a machine that shares its disk storage and files with other machines on the network. ...
Latest Answer: Named pipe is nothing but FIFO ...
View page << Previous 1 [2] 3 4 5 Next >>

Go Top