AutoFS ----------------------------------------------------- autofs 란 ? 클라이언트가 서버에서 공유한 자원을 사용하려고 할 때 mount 란 명령을 사용하지 않아도 자동적으로 mount 하는 방법 NFS에 의해 공유된 파일시스템은 automount를 이용하여 마운트 할 수 있다. ---------------------------------------------------------------------------- # /etc/init.d/autofs [start or stop] # cd /net/hostA/usr/share/man hostA의 /usr/share/man을 hostB의 /net디렉토리에 mount. root가 아닌 일반 user에서도..