1.

Explain the file system in UNIX

Answer»

These are a fundamental COMPONENT of the file system:

  • Boot lock
  • Inode lock
  • Data Block
  • Super Block

The UNIX file system has many different file system types such as ufs (UNIX filesystem), NFS(Network file system), vxfs(VERITAS file system), and cdfs(CD-ROM filesystem). Among these, the ufs file system type is the most standard UNIX file system. READS and writes to a ufs file system are done in blocks depending on the SIZE of the file system block size. Block sizes can range from 1 KB to 8 KB depending on the file system type selected.



Discussion

No Comment Found