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
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
Post a Comment