Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Unix Commands Interview Questions
Questions Answers Views Company eMail

what is tar command and what are the different types of tar commands?

5 12599

what is the shell for dos,nt operating systems?

1 5398

what is telnet?

6 12616

How to convert a hidden file to normal visible file?

8 31394

Can a process kill itself in UNIX/or in its various versions?

2 9730

what are filters?

6 10183

what is the function of grep command?

4 12520

what does the 'tee' command do?

4 12603

what does the command 'wc' do?

4 10725

How to create hardlinks and softlinks on files?

2 9645

what does the job command do?

4 9565

what is the difference between "cron" command and "at" command?

5 47921

How to remove a crontab file?

2 7736

In Unix file permissions what does the second field denotes?

3 8361

what is the significance of "su" command?

3 10205


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

What do chgrp command do?

1287


hw will u use awk in replacing cahrs and files

3296


What is the nmap command?

1239


What is in grep command?

1212


How many unix commands are there?

1207


What happens when we execute a unix command?

1199


How does shebang work?

1122


What is grep in bash?

1117


Write a command to kill the last background job?

1152


Why is shebang used?

1195


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:

2318


Is command prompt unix?

1222


What is the use of sed command in unix?

1258


What is unix command line?

1336


What does the “echo” command do?

1195