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 does the command ' $who | sort –logfile > newfile' do?
What is pipe command in unix?
Which command is used to restrict incoming messages?
What does the md command do?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Name the various commands that are used for the user information in unix.
What does find command return in unix?
Which unix command to make a new directory?
Explain command to show the space allocation of files?
Write a command to kill the last background job?
Which command is used to kill the last background job?
Which command should you use to find the remaining disk space in unix server?
What does the “echo” command do?
What does sed command do in unix?
What is the use of cut command in unix?