Unix Commands Interview Questions
Questions Answers Views Company eMail

which command is used to change group?

5 8276

which command is used to stop a running process in unix?

8 22778

what is the use of nice command?

4 9735

what is the use of "fg" command ?

PSU, Sail,

5 13222

what is the use of wild cards?

2 6567

How to redirect standard error to a file?

2 7163

what are the uses of filters?

3 6619

what is the use of "grep" command?

HCL,

6 11397

what is the functionality of kernel in unix architecture?

HCL,

13 25848

How to get the operating system's information in unix?

IBM, TCS,

6 14432

How to identify whether a file is normal file or directory?

3 7523

How to view the hidden files in /etc directory?

10 13071

which command is used to identify the type of the file?

3 8620

How to copy multiple files and directories into some other directory?

4 10922

Will rm -r* removes hidden files?

10 15633


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

How do I use grep to search for a file?

588


How do I run a bash script?

590


How do I use grep to find a file?

597


What are file commands?

663


Who command in unix operating system?

669






What is grep r?

598


What is the use of find command in unix?

592


What are the differences among a system call, a library function, and a unix command?

580


What is the difference between awk and grep?

569


What are the commands in UNIX to list the files in a Directory?

630


Explain command to show the space allocation of files?

639


How do I delete files from command prompt?

555


Who command in unix?

590


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:

1775


Which command is used to restrict incoming messages?

598