Get the access to the folder file system/root

12,353

use terminal and use this comand to copy

sudo cp -R file-need-to-copy-path  path-of-folder-where-you-want-to-paste

or you can change the permission of that folder by using

sudo chmod 777 path-of-folder
Share:
12,353

Related videos on Youtube

Nicoló
Author by

Nicoló

Updated on September 18, 2022

Comments

  • Nicoló
    Nicoló over 1 year

    I am using a live version of Xubuntu on USB for a extraordinary maintenance of my PC. I have to copy a single file inside the folder file system/root.

    Currently I can browse the complete folder file system, but the root folder in it is marked with a cross and it prompts permission denied while trying to open it or if I try to copy file inside it.

    • Waqas
      Waqas over 10 years
      have you tried sudo ?