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 the command to list all files in a directory, including the hidden files in UNIX ?

CTS,

9 16965

How do you find out all processes that are currently running in UNIX OS?

10 16184

In UNIX, what is the command to kill a process?

10 21813

In UNIX, what is the command to edit contents of the file?

9 12965

in UNIX ,What is the command to view contents of a large error log file?

7 14385

what is the command to get help on a UNIX terminal?

5 10025

in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?

6 12427

in UNIX,How to copy file into directory?

5 10955

in UNIX,what is the command to remove directory with files?

10 20725

what is the command to find out which shell you are running?

14 34514

what is the command to find out the difference between files and folders?

6 13899

what are wild cards?

2 5634

what is the difference between relative path and absolute path?

7 52805

what is the difference between commmands cmp and diff?

iNautix,

9 50394

what is the use of uniq commmand?

8 13317


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

What is the use of finger command?

1138


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

1013


What are file commands?

1159


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

1110


What is nr in awk command?

1132


Explain ‘library functions’ with respect to unix commands?

1113


What do chmod command do?

1136


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:

2201


What is the command to compare two files in unix?

1052


What are some command words?

1082


What does 'mkdir' command do in UNIX?

1237


Which command is used to restrict incoming messages?

1042


How does the system know where one command ends and another begins?

2172


What is the difference between grep and grep?

1061


Which command will print your home directory on screen?

1030