What is a filesystem?
Answers were Sorted based on User's Feedback
Answer / kesavareddy
The system that an operating system or program uses to
organize and keep track of files. For example, a
hierarchical file system is one that uses directories to
organize files into a tree structure.
Although the operating system provides its own file
management system, you can buy separate file management
systems. These systems interact smoothly with the operating
system but provide more features, such as improved backup
procedures and stricter file protection.
| Is This Answer Correct ? | 2 Yes | 1 No |
Filesystem is how data is stored and retrieved. Data is stored in file filesystem based on its type and across directories as a tree structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jayaraghavendra
A file system is collection of files and directories that
make a structured set of Information
| Is This Answer Correct ? | 0 Yes | 1 No |
virtual terminal protocol is an example of which layer and works with which layer?
What is file constructing in UNIX/AIX ?
which is the best book for learning unix and linux?
How do you execute a UNIX command in the background?
How are devices represented in UNIX?
What are Profilers?
Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
What is the difference between windows environment and Unix environment ?
What is egrep?
how to create a file system quota in HP-UX?
What is a pipe?