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 Interview Questions
Questions Answers Views Company eMail

Which unix command to make a new directory?

1189

What do know about tee command and its usage?

1241

Which command can you use to find the currently running process in unix server?

1163

What does the “echo” command do?

1191

Give the command for finding the current date.

1172

What do know about tee command?

1217

Explain ‘system calls’ with respect to unix commands?

1148

Enlist some filename manipulation commands in unix.

1219

What do chown command do?

1247

What is the general format of unix command syntax?

2 2019

What do chgrp command do?

1278

Can you enlist some commonly used network commands?

1151

What does this command do,"$more readme.txt“?

1203

Name the unix command to find how many days the server has been up.

1206

What do chmod command do?

1282


Un-Answered Questions { Unix }

Explain piping.

958


Explain the terms links and symbolic links with respect to unix?

1066


What are reported commands?

1188


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

1319


Explain the importance of directories in a unix system

1102


What is the window of the working set of a process?

1120


Why is it that it is not advisable to use root as the default login?

1030


What is nr in awk command?

1271


How do you grep a case insensitive?

1110


How do unix sockets work?

895


What is the use of find command in unix?

1207


What do chmod command do?

1282


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:

2313


How to give execute permission for a file in unix?

1057


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

1213