edited by
5,629 views
1 votes
1 votes

Which of the following information about the UNIX file system is not correct?

  1. Super block contains the number of i-nodes, the number of disk blocks, and the start of the list of free disk blocks
  2. An i-node contains accounting information as well as enough information to locate all the disk blocks that holds the file's data
  3. Each i-node is 256-bytes long
  4. All the files and directories are stored in data blocks
edited by

1 Answer

0 votes
0 votes
In unix inode is by default 256 bytes long.But it is of variable size depending on operating system.

hence option "c" is correct ans.
Answer:

Related questions

0 votes
0 votes
2 answers
1
Sanjay Sharma asked Jul 11, 2016
3,997 views
In UNIX OS , when a process creates a new process using the fork() system call , which of the following state is shared between the parent process and child processHeapSt...
0 votes
0 votes
1 answer
2
Sanjay Sharma asked Jul 11, 2016
2,368 views
In UNIX , processes that have finished execution but have not yet had their status collected are known as _________Sleeping processesStopped ProcessesZombie ProcessOrpha...