SUID permissions


cd usr/bin --> ls -la smb*

s - fileparameter means that every user can access it



NFS

mount adams:/home/johndoe /mnt/doe
all files permissions carries from /home/johndoe to /mnt/doe

more /etc/fstab


cd /etc/
more exports
cat > exports
/home nugget1(rw) baker(rw) carl(ro)

CTRL-D to exit

rw- read write
ro- read only

Comments

Popular posts from this blog

HAproxy logging

tomcat catalina coyote jasper cluster

NFS mount add in fstab _netdev instead of default | firewall-cmd --list-all