Linux reminders
Mount
showmount -e <remote_machine_ip>
#mount /var/tmp in our machine
mkdir /mnt/kenobiNFS
mount machine_ip:/var /mnt/kenobiNFS
ls -la /mnt/kenobiNFSSSH with key
chmod 600 id_rsa
ssh -i id_rsa <user>@<ip>SUID / SGID / Sticky Bit

File descriptors
Last updated