如何設置sbmad服務器 NFS服務器

sudo apt-get install samba smbfs smbclient system-config-samba

sudo service smbd restart

/home/edu/linux_student/work/tools/gcc-3.4.5-glibc-2.3.6/bin

mount -o nolock,wsize=1024,rsize=1024 x.x.x.x:/home/xx /tmp

//安裝SSH服務器
sudo apt-get isntall openssh-server

//重新啓動ssh服務器

sudo service ssh restart

sudo apt-get install nfs-kernel-server nfs-common
sudo gedit /etc/exports
/ *(rw,sync,no_root_squash)

sudo service nfs-kernel-server restart

發佈了20 篇原創文章 · 獲贊 10 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章