You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am quite new to Linux, and following your instructions to copy all files under the original public folder, it seems subdirectories are not copied. That is, only first-level files such as .htaccess, index.php, robots.txt are copied; generated css, javascript folders are not copied. Did I miss something?
$ cp -a public_bak/*.* public/
How can I correctly copy those subdirectories to a symlinked folder? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I am quite new to Linux, and following your instructions to copy all files under the original
public
folder, it seems subdirectories are not copied. That is, only first-level files such as.htaccess
,index.php
,robots.txt
are copied; generated css, javascript folders are not copied. Did I miss something?How can I correctly copy those subdirectories to a symlinked folder? Thanks.
The text was updated successfully, but these errors were encountered: