What is file system in unix??

Answer Posted / khaja.shaik

There are three types of file systems are there. They are...
1)Network filesystem
2)Disk based filesystem
3)virtual filesystem

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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:

1851


What are file commands?

748


Enlist some filename manipulation commands in unix.

631


Explain command to show the space allocation of files?

717


What is grep and how do you use it?

662






Are you in or at the office?

710


What happens when we execute a unix command?

696


How do I use nslookup?

658


Describe the zip/unzip command using gzip.

710


What is the nmap command?

691


Can you explain a little bit about command substitution?

712


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

776


How to use grep command to list find the records of a file containing 10 different strings?

729


What does 'mkdir' command do in UNIX?

764


What does grep v do?

643