NFS
< Sysadmin
< GNU/Linux
Get flash to fully experience Pearltrees
The required packages are different depending on if the system is a client or a server. In this Howto, the server is the host that has the files you want to share and the client is the host that will be mounting the NFS share. After you finish installing nfs-kernel-server, you might see failure to start nfs-kernel-server due to missing entries in /etc/exports.
There's a lot of talk on the Internet about security and the lack of it on UNIX systems. This is, in part, a by-product of the world of the net in which we choose to do business. We can do some things to help counteract the possibility of attack on our systems. One way to help is with Kerberos.
Newsgroups: comp.protocols.kerberos,comp.answers,news.answers From: Ken Hornstein Subject: Kerberos FAQ, v2.0 (last modified 8/18/2000) Followup-To: comp.protocols.kerberos Organization: Naval Research Laboratory, Computational Meta-Facility Summary: This is the list of Frequently Asked Questions about the Kerberos security protocol. It should be read by anyone who has questions about Kerberos or wants to learn more about it. Approved: news-answers-request@MIT.EDU Archive-name: kerberos-faq/general Posting-Frequency: monthly URL: http://www.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html Copyright: (c) 2000 United States Government as represented by the Secretary of the Navy. All rights reserved. Welcome to the Kerberos FAQ!
Interested in taking NFSv4, the IETF's newest network file system, for a spin? Fedora Core 2 (FC-2) is a good vehicle for testing it out. The kernel (2.6.5) includes basic NFSv4 support. The nfs-utils package contains many NFS-related scripts, programs, and libraries.
Updated instructions from OpenLDAP 2.0.x to 2.1.x. OpenLDAP 2.1 has been out for over a year and is considered stable. 2.0 is no longer supported by the OpenLDAP developers. Introduction NIS is a name service for UNIX directories like the passwd map, ethers map, etc.
Résumé : automount et autofs forment un outil puissant qui facilite la gestion des systèmes de fichiers. Ils permettent à tous les utilisateurs d'une machine de monter différents systèmes de fichiers. En fonction du support physique (disques durs, disquettes, cdrom, ...) et/ou du système d'exploitation, l'écriture des données (pas leur signification) diffère : c'est ce qu'on appelle le système de fichiers (que les experts et les puristes me pardonnent ces raccourcis ;-) Le fichier /etc/fstab contient les points de montage en dur qui seront installés dès le démarrage de la machine. Chaque point correspond à un emplacement et un système de fichiers (par exemple, une des partitions de votre disque dur).