国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Linux cannot copy problem
過去多啦不再A夢
過去多啦不再A夢 2017-06-12 09:24:41
0
5
1190

If this program is installed under root, then after installation, I find that its configuration file cannot be copied and pasted manually. Do I need to use commands under root to copy and paste in the current directory? Is that so? But I found out why copying like this doesn’t work?

過去多啦不再A夢
過去多啦不再A夢

reply all(5)
Peter_Zhu

cp /etc/nginx/nginx.conf /etc/nginx
Pay attention to spaces.

洪濤
sudo cp -rf /path/to/source_file/ /path/to/target_file(path)
Peter_Zhu

chmod 777 nginx.conf

學(xué)習(xí)ing

The error message is insufficient permissions. You can change the file permissions and it should be OK

Ty80

Obviously you wrote the wrong command, cp /etc/nginx/nginx.conf /path/to/your/want/cp/path you are missing the following path.

And your command is: cp /etc/nginx/nginx.conf (a path is required here)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template