Jump to content

[SOLVED] Mapping folders


Maq

Recommended Posts

ln -s /path/to/source /path/to/destination

 

ls /path/to/source

ls /path/to/destination

 

Both of the above lines should show the same output.

Could you do the following to test things?

 

mkdir /var/tmp/test1

touch /var/tmp/test1/file1

ls /var/tmp/test1

ln -s /var/tmp/test1 /var/tmp/test2

ls /var/tmp/test2

 

-steve

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.