·
Through nfs:
1.
explicit method
mount serverip:/fsname local directory
2.
predefined method
crfs -v nfs -d /fsname -n serverhostname -m /local
directory
3.
auto method
·
Through rsh:(accesing files and directories of one server
by another server)
create .rhosts in both servers
rsh serverip:command
·
Through scp: (sending files from one server to another
server)
scp -r filename serverip:/directoryname
No comments:
Post a Comment