InterviewSolution
Saved Bookmarks
| 1. |
Describe File Systems In Unix? |
|
Answer» Understanding file SYSTEMS in UNIX has to do with knowing how files and inodes are stored on a SYSTEM. What happens is that a DISK or PORTION of a disk is set ASIDE to store files and the inode entries. The entire functional unit is referred to as a file system. Understanding file systems in UNIX has to do with knowing how files and inodes are stored on a system. What happens is that a disk or portion of a disk is set aside to store files and the inode entries. The entire functional unit is referred to as a file system. |
|