In /etc/fstab, wat is the meaning of 'defaults' word and 0 0
indicates which options?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by ldconfig in linux?
What is c shell in linux?
How to enable curl on ubuntu lamp stack?
How do we store an application’s documentation?
What is pthread_mutex?
What does chmod +x filenamedo?
What is the maximum length for any file name under linux?
Do hackers use kali linux?
What is a shebang line?
Does android studio run faster on linux?
How do I download linux os?
Name a service that you should disable (which acts both as web and ftp server) on a linux server?
What is the difference between a mutex and a semaphore?
What is the advantage of linux?
How do you check the port is open or not in linux?