In /etc/fstab, wat is the meaning of 'defaults' word and 0 0
indicates which options?

Answers were Sorted based on User's Feedback



In /etc/fstab, wat is the meaning of 'defaults' word and 0 0 indicates which options?..

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

In /etc/fstab, wat is the meaning of 'defaults' word and 0 0 indicates which options?..

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

In /etc/fstab, wat is the meaning of 'defaults' word and 0 0 indicates which options?..

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

In /etc/fstab, wat is the meaning of 'defaults' word and 0 0 indicates which options?..

Answer / rustum

it indicate that the partion is being used by system.

Is This Answer Correct ?    4 Yes 15 No

Post New Answer

More Linux General Interview Questions

Which processor structure is pipelined?

0 Answers  


Why kerberos?

0 Answers  


Which antivirus is best for linux?

0 Answers  


What is a .sh file linux?

0 Answers  


What is lilo how is it useful in linux?

0 Answers  






What is eval linux?

0 Answers  


What is the real mean of dhcp?

0 Answers  


What are inode and process id?

0 Answers  


What does ps do?

0 Answers  


How do I start apache in linux?

0 Answers  


What is the scripting language used in linux operating systems?

0 Answers  


What is the default shell in linux called?

0 Answers  


Categories