tilHow to Soft Link a Directory on Linux
Simple command:
ln -s source_dir redirecting_dir
Where source_dir
has the files, and redirecting_dir
contains the files that will show up.
Simple command:
ln -s source_dir redirecting_dir
Where source_dir
has the files, and redirecting_dir
contains the files that will show up.