Advertisement
ffilz

export and mount command and write

Feb 19th, 2020
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [root@rhs-cli-21 ~]# cat /etc/exports
  2. /bricks/vfs *(no_root_squash,rw,sec=sys:krb5:krb5i:krb5p)
  3.  
  4. [root@rhs-cli-18 ~]# mount -o sec=krb5i rhs-cli-21:/bricks/vfs /mnt
  5. [root@rhs-cli-18 ~]# echo foo >/mnt/foo.02-18.krb5i
  6. -bash: /mnt/foo.02-18.krb5i: Permission denied
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement