Jul 9, 2024
/etc/exports
file./etc/exports
.service nfs restart
after configuring to apply changes.portmap
to dynamically assign ports, complicating firewall rules.chmod
to set read/write permissions before sharing directories.get <filename>
- Downloads a file from the server to the client.put <filename>
- Uploads a file from the client to the server.vsftpd
(Very Secure FTP Daemon).yum install vsftpd
/etc/vsftpd/vsftpd.conf
/var/log/xferlog
).service vsftpd start
and chkconfig vsftpd on
.ftp <server_IP>
and provide username/password when prompted.get
and put
commands.root_squash
, no_root_squash
).netdev
and networkrelated options in /etc/fstab
.