what is soft mount and hard mount? i have to make permanent
nfs mount permanent what shall i do?
Answer Posted / kk.utnoor
to make permanent nfs mount, write it into /etc/fstab
server<ip> nfsmount mountpoint filesystem defaults 0 0
192.168.0.1 /var/ftp/pub /mnt nfs defaults 0 0
| Is This Answer Correct ? | 17 Yes | 17 No |
Post New Answer View All Answers
What is ps command in linux?
List the three main parts of an operating system command?
What is the difference between clang and llvm?
What is the symbol of linux?
What make install does?
How do you limit memory usage for commands?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
What is tail command in linux?
What command would you use to check how much memory is being used by linux?
What does touch do in linux?
What is build process?
How do you execute more than one command or program from a single command line entry?
What are two functions the move mv command can carry out?
Why is it called bash?
Explain the ‘ls’ command in linux