LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   help with command copy in xterm (https://www.linuxquestions.org/questions/linux-software-2/help-with-command-copy-in-xterm-432707/)

harys 04-07-2006 10:55 AM

help with command copy in xterm
 
hi, i'm trying to compil mplayer. ive untar the file : here an extract from my xterm :
harys@harys:~/Desktop$ tar -jxvf essential-20050412.tar.bz2. i want to copy it in /usr/local/lib/codecs. here an extract of what ive done :
harys@harys:/usr/local/lib/codecs$ cp /home/harys/Desktop/essential-20050412 /usr/local/lib/codecs
cp: omitting directory `/home/harys/Desktop/essential-20050412'

what should i do to copy these files . thanks. hary

Nylex 04-07-2006 10:58 AM

Use "cp /home/harys/Desktop/essential-20050412/* /usr/local/lib/codecs". Also, you'll probably need to be root to do that.


All times are GMT -5. The time now is 08:13 AM.