edited by
5,775 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

4.1k
views
2 answers
0 votes
Sanjay Sharma asked Jul 11, 2016
4,099 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 processHeapStackShared memory segmentsBoth heap and Stack
2.4k
views
1 answers
0 votes
Sanjay Sharma asked Jul 11, 2016
2,412 views
In UNIX , processes that have finished execution but have not yet had their status collected are known as _________Sleeping processesStopped ProcessesZombie ProcessOrphan Processes
4.3k
views
1 answers
3 votes
go_editor asked Aug 21, 2016
4,336 views
In Unix, files can be protected by assigning each one a 9-bit mode called rights bits, now, consider the following two statements:A mode of 641 (octal) ... I is correctOnly II is correctBoth I and II are correctBoth I and II are incorrect
3.1k
views
1 answers
2 votes
go_editor asked Aug 21, 2016
3,110 views
Which of the following statements is not correct with reference to cron daemon in UNIX OS?The cron daemon is the standard tool for running commands on ... lines and the times at which they invokedCrontab for individual users are not stored