linuxubuntuxamppcgi-bin

Cannot transfer file to cgi-bin folder


I have cgi-bin folder which is from windows OS and pasted in Linux desktop but i cannot paste the same folder in opt/lamp/cgi-bin folder.

Please also see picture. enter image description here

The directory is in Filesystem. Any idea how to do so?


Solution

  • try with this command line :

    sudo cp -r ~/Desktop/cgi-bin /opt/lamp/cgi-bin