Answer Posted / nishikant
Everything in Unix system is consider as a file system.
Generally we have 3 types of file system as below:
1) Ordinary file system :
Regular files, semaphore,linked files,block special
files, character special etc...
2) Directory file system:
derectory files like /bin, /use,/home,/tmp, even
if /root etc... that is directory+files.
3) Device file system :
Its purely releated to the device configuration in
UNIX OS.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do know about tee command and its usage?
What is the use of egrep command in unix?
What is the use of the tee command?
Why is shebang used?
What is s and g in sed command?
What do chown command do?
What is grep in bash?
How do you repeat a command in terminal?
What is the unix command to confirm a remote host is alive or not?
How does pipe () work?
What is the difference between cat and more command?
Which command will print your home directory on screen?
What are awk commands?
What are the commands in UNIX to list the files in a Directory?
What does grep v do?