تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Learn AutoFS in linux (Arabic) Ep61–تعلم نظام الملفات التلقائي في اللينكس ـ الحلقة ٦١ ضمن كورس RHCE Level 1 شرح قناة Shako Mako Tech شكو ماكو، الفديو رقم 63 مجانى معتمد اونلاين
في هذا الفيديو سوف نتعرف على نظام الملفات التلقائي في اللينكس، حيث سوف نرى كيف نقوم بتعريف الخدمه واستخدامها.
##################
In this video we will talk about the linux AutoFS of the Auto Mounter in Linux, and see how to configure it, along with simple demos.
##################
# useradd -m -d /export/home/test2 -m -u 1005 -U test2
Direct Method:
#################################
### /etc/auto.master.d/shares.autofs ###
#################################
/shares /etc/shares.auto --timeout60
#####################
### /etc/shares.auto ####
#####################
nfs-share1 -rw,sync 172.16.9.13:/NFS/share1
nfs-share2 -rw,sync 172.16.9.13:/NFS/share2
home -rw,sync 172.16.9.13:/NFS/hom
Indirect Method:
#####################
### /etc/shares.auto ####
#####################
# nfs-share1 -rw,sync 172.16.9.13:/NFS/share1
# nfs-share2 -rw,sync 172.16.9.13:/NFS/share2
# home -rw,sync 172.16.9.13:/NFS/home
-rw,sync 172.16.9.13:/NFS/&