[Linux] Policy 權限

權限的參數
  • rw: read-write 可讀寫
  • ro: red-only 唯讀
  • sync: 資料同步寫到記憶體與硬碟中
  • async: 資料暫存於記憶體中
  • no_root_squash: 若NFS分享目錄使用者是root,這目錄具有root權限,且及不安全
  • root_squash: 若NFS分享目錄使用者是root,使用者會壓縮成為匿名使用者,UID和GID會變成nobody(nfsnobody)
  • anonouid: anon是anonymous,就是匿名者,通常為nobody
  • anongif: 同anonuid,但變成group id
也可以按入man exports來參考

Comments

Popular posts from this blog

[Linux] UVC Camera

UPnP Device Implementations

[UPnP] UPnP Implementers Corporation & UPnP Forum