What are file commands?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Unix Commands Interview Questions

What command will change your prompt to myprompt?

0 Answers  


What is the command to check ports active in UNIX?

4 Answers   Accenture, IBM,


What is the difference between udp and tcp?

2 Answers   HCL, TCS,


What is awk used for?

0 Answers  


Give the command to display space usage on the UNIX file system.

16 Answers  


Briefly, how do you install Oracle software on UNIX.

2 Answers  


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<stdlib.h> # include <stdio.h> 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:

0 Answers  


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


What is the command to find hidden files in the current directory?

0 Answers  


How do I run a whois command?

0 Answers  


Who invented grep?

0 Answers  


How to find the files that are accessed before 10 minutes?

5 Answers   Amazon,


Categories