Kopieren einer Datei in meine htdocs auf Ubuntu

3697

Ich versuche, einen Ordner von meinem Desktop in das folgende Verzeichnis auf Ubuntu zu verschieben

/opt/lampp/htdocs 

bitte hilf mir raus Ich habe keine Ahnung davon.

-1

3 Antworten auf die Frage

1
James McDonnell

Öffnen Sie ein Terminal "cp ~ / Desktop / htdocs / opt / lampp / htdocs".

Möglicherweise benötigen Sie erhöhte Privilegien, daher müssen Sie "Sudo !!" danach und geben Sie ein Passwort ein.

it keeps saying omitting home/user/Desktop/htdocs vor 11 Jahren 0
Sorry, try this: cp -R ~/Desktop/htdocs* /opt/lampp/htdocs vor 11 Jahren 0
0
rahul

Please open up a terminal and enter the following command

sudo cp -rv ~/Desktop/foldername /opt/lampp/htdocs

please replace the foldername accordingly and recheck the paths

-1
hd1

Öffnen Sie ein Terminal, und geben Sie / usr / bin / find $ HOME / Desktop / htdocs -print | ein xargs -J% -n 25 Sudo cp% / opt / lampp / htdocs

Emm ... warum das Downvote? hd1 vor 8 Jahren 0