In /etc/fstab, wat is the meaning of 'defaults' word and 0 0
indicates which options?
Answers were Sorted based on User's Feedback
Answer / gopi
(0) is used by dump (a backup utility) to decide if a
filesystem should be backed up. If zero then dump will
ignore that filesystem. The sixth field (0) is used by fsck
(the filesystem check utility) to determine the order in
which filesystems should be checked.
If zero then fsck won't check the filesystem.
Is This Answer Correct ? | 31 Yes | 0 No |
Answer / sudhir amin
4th column: Mount options >
Defaults Uses the default options that are rw, suid, dev,
exec, auto, nouser, and async.
< 5th and 6th columns: Dump and fsck options >
The 5th column in /etc/fstab is the dump option. Dump
checks it and uses the number to decide if a filesystem
should be backed up. If it's zero, dump will ignore that
filesystem. If you take a look at the example fstab, you'll
notice that the 5th column is zero in most cases.
The 6th column is a fsck option. fsck looks at the number
in the 6th column to determine in which order the
filesystems should be checked. If it's zero, fsck won't
check the filesystem.
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / venkat
the meaning of defults is by default system will give 0 0 which is used to give full permission to the perticulat thing..
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / rustum
it indicate that the partion is being used by system.
Is This Answer Correct ? | 4 Yes | 15 No |
Which processor structure is pipelined?
Why kerberos?
Which antivirus is best for linux?
What is a .sh file linux?
What is lilo how is it useful in linux?
What is eval linux?
What is the real mean of dhcp?
What are inode and process id?
What does ps do?
How do I start apache in linux?
What is the scripting language used in linux operating systems?
What is the default shell in linux called?