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
Name the various commands that are used for the user information in unix.
How do I run a whois command?
Is command prompt unix?
Explain mount and unmount command.
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is unix command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is sed awk grep?
What is command substitution?
What are filter commands in unix?
What is grep and how do you use it?
What are awk commands?
What do chown command do?
How do I run a bash script?
What is the use of the command 'ls -x chapter[1-5]' ?