copying folder in /usr/src/linux-headers/driver/staging

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Time
    New Member
    • Jan 2010
    • 77

    copying folder in /usr/src/linux-headers/driver/staging

    I need to copy certain folder in /usr/src/linux-heasders/drivers/staging directory.
    Attempts made are:

    1.cp command:with and without -t option.
    output:file omitted

    2chmod a+wx directory name:
    output: Permission denied.

    3.sudo cp source destination:
    output:file omitted.
  • Time
    New Member
    • Jan 2010
    • 77

    #2
    Finished copying.
    Solution:
    sudo chmod a+w folder name.

    Comment

    Working...