Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question

In linux, in networking, files can be shared by machines on a network, via a central NFS server, that has a file called /etc/exports, that 1) defines which of its directories are to be shared, 2) which IP ranges (or domain name wild cards) can access said directories, and 3) [...]

Answer

the level of access to the directories to be shared (i.e ro, read only, rw, readwrite, etc).

^^ e.g. content of /etc/exports:
/mnt/cdrom *.mynet.mydomain.co.za(ro)
/some/folder 192.168.1.0/24(ro) localhost(ro)


Question

In linux, in networking, files can be shared by machines on a network, via a central NFS server, that has a file called /etc/exports, that 1) defines which of its directories are to be shared, 2) which IP ranges (or domain name wild cards) can access said directories, and 3) [...]

Answer
?

Question

In linux, in networking, files can be shared by machines on a network, via a central NFS server, that has a file called /etc/exports, that 1) defines which of its directories are to be shared, 2) which IP ranges (or domain name wild cards) can access said directories, and 3) [...]

Answer

the level of access to the directories to be shared (i.e ro, read only, rw, readwrite, etc).

^^ e.g. content of /etc/exports:
/mnt/cdrom *.mynet.mydomain.co.za(ro)
/some/folder 192.168.1.0/24(ro) localhost(ro)

If you want to change selection, open document below and click on "Move attachment"

28. Network File System, NFS
s to share your CD-ROM to your whole LAN. This is perfectly safe considering that CDs are read-only. Create an /etc/exports file with the following in it: /mnt/cdrom 192.168.1.0/24(ro) localhost<span>(ro) You can immediately see that the format of the /etc/exports file is simply a line for each shareable directory. Next to each directory name goes a list of hosts that are allowed to conn

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.