A
A
Andrey Astafiev2017-08-21 21:15:59
linux
Andrey Astafiev, 2017-08-21 21:15:59

How to create a link to catalog files?

There is a folder in which files are stored, I need the files stored in it to be displayed in an already existing folder in which files are also present.  
/var/www/uploads -> /var/www/public/doc

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
mureevms, 2017-08-21
@mureevms

Symlink?
ln -s /var/www/uploads/* /var/www/public/doc

A
AVKor, 2017-08-21
@AVKor

ln -s from where to

R
Ruslan Fedoseev, 2017-08-21
@martin74ua

aufs?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question