| Windows Apache (6) File Types (33) Internet Explorer (6) Network (11) Passwords (6) Printing Processes (13) Programming (318) |
How do I access files on another unix machine?
Question: How do I access files on another unix machine in my LAN? I do not want to use scp back and forth?Answer: You can mount the remote file system to a so called mount point on your machine.The command below mounts folder /builds located on 192.168.10.20 to /other_builds
Comments:
| ||||||||||||||||||