Some command line questions

Discussion in 'HOWTO-Related Questions' started by jacatone, Apr 22, 2008.

  1. jacatone

    jacatone New Member

    I'm using Kubuntu 7.10. I'm confused about using the cp and mv commands in Konsole. If say, I have a "widget" file on my Desktop and I wanted to copy or move it to the /etc/ or /usr/ directory, how would I word the commands? If I wanted to copy or move it to a "SaveFile" file on my Desktop, how would I word that? Thanks.
     
  2. topdog

    topdog Active Member

    Code:
    cp source destination
    mv source destination
     

Share This Page