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 ? | 32 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 |
What are the main features of linux operating system?
Enlist the features of Linux operating system?
Compare linux credit based algorithm with other scheduling algorithms?
How to remove directory with files?
What is gnu stands for in linux?
What is the full name of linux?
What is gui in linux?
What is the minimum number of partitions you need to install Linux?
List two ways to create a new file?
Does kali linux need antivirus?
Differentiate between cron and anacron.
How safe is linux?