How does one process we can start an executable file? How to
get the PID process, which we started?

Answer Posted / reddy

ps -ef|grep java

excute the above comand.......

Is This Answer Correct ?    6 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Enumerate some of the most commonly used network commands in unix?

604


What is grep command in unix with examples?

599


What is s and g in sed command?

544


What does pipe () return?

581


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1745






Name the general commands in using unix os for a beginner?

611


What is the comma to show the space allocation of files?

545


Which command is used to restrict incoming messages?

578


What does the command '$ls | wc –l > file1' do?

665


What is the first character of the output in ls l command?

615


What is time_t?

568


Is command prompt unix?

565


What does find command return in unix?

576


What does awk stand for?

593


Using unix command how to display no of records in oracle?

596