Euh. À priori, cp ne marche pas sans un second argument. En tout cas pas chez moi.
Pour en être sûr, j'ai fait l'essai :
tout a fait exact je n'avais pas vérifié jusqu'au bout voici d'ailleurs ce qu'en dit l'auteur:
Lacking experience with Knoppix and without the availability of SSH or mc, I had to communicate over the network with netcat and tar, also using "cp -R".
For the uncooperative directories, I then used something like "cp -R <some directory> /media/usb-07480C81059A:0:0:0p1/" to salvage what could be copied.
See the article I mentioned for examples of using netcat. It must first have been started on the receiving machine and be waiting for data before starting transmission on the sending machine. I believe that netcat must be run as root (at least I always do). But that may have to do with the permissions on the devices on my machines.
Donc si j'ai bien compris netcat est lancé au préalable pour acceder a la machine distante et ensuite on lance la commande cp -R Etapes qui devront etre rectifiées dans l'article déjà envoyé
merci