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 |
Is it true that linux is virus free?
What shell does a linux administrator assign to a pop3 mail-only account?
Has linux ever been hacked?
In what way are home directories different from working directory?
List two ways to create a new file?
What are the 5 basic components of linux?
What is mutex c#?
Where is wget installed on linux?
How do you find out the processes that are currently running or a particular user?
Does ios use linux kernel?
Is linux important to learn?
What is the command to make a file executable in linux?