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, the NFS server has a config file called /etc/exports, with following content:

/mnt/cdrom *.mynet.mydomain.co.za(ro)
/some/folder 192.168.1.0/24(ro) localhost(ro)

what do each of the above columns mean (i.e. explain in detail all the columns in the first row/line).

Answer
Means /mnt/cdrom directory (of the NFS server) is being shared, and all machines in the mynet.mydomain.co.za domain can have readonly access to directory

Question

In linux, in networking, the NFS server has a config file called /etc/exports, with following content:

/mnt/cdrom *.mynet.mydomain.co.za(ro)
/some/folder 192.168.1.0/24(ro) localhost(ro)

what do each of the above columns mean (i.e. explain in detail all the columns in the first row/line).

Answer
?

Question

In linux, in networking, the NFS server has a config file called /etc/exports, with following content:

/mnt/cdrom *.mynet.mydomain.co.za(ro)
/some/folder 192.168.1.0/24(ro) localhost(ro)

what do each of the above columns mean (i.e. explain in detail all the columns in the first row/line).

Answer
Means /mnt/cdrom directory (of the NFS server) is being shared, and all machines in the mynet.mydomain.co.za domain can have readonly access to directory
If you want to change selection, open document below and click on "Move attachment"

28. Network File System, NFS
rfectly 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(ro) You can immediately see that the format of the <span>/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 connect. In this case, those allowed access are all IP addresses

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.