yp
prefix가 붙음ypcat
, ypwhich
, ... etc/etc/passwd
/etc/group
apt-get install nis
/etc/yp.conf
, /etc/nsswitch.conf
systemctl restart rpcbind nis
NFS는 파일시스템을 공유할 수 있게 만들어준다.
NFS는 RPC(Remote Procedure Call) 위에서 돌아간다. (이거 쓰면 컴퓨터 네트워크 공부할 필요 없다.)
설치 방법 (Master)
apt-get install nfs-kernel-server
/etc/idmapd.conf
, /etc/exports
systemctl restart nfs-server
설치 방법 (Slave)
apt-get install nfs-common
/etc/idmapd.conf
, /etc/fstab
자세한 사용법 - https://www.server-world.info
이 경우에 컴파일이 이뤄지지 않는다.
apt-get install ntp
/etc/ntp.conf
systemctl restart ntp