How to change permission in 11.04 version of ubuntu for root in the file system

StackOverflow https://stackoverflow.com/questions/10510672

  •  06-06-2021
  •  | 
  •  

Pregunta

Recently installed 11.04 version of ubuntu. Wanted to create a folder in the root of the fileSystem, but the persmission was denied. Tried with chown and chmod but no result.

Kindly assist me

¿Fue útil?

Solución

use sudo mkdir /yourdir

sudo means, that you will execute this command with root privileges

or use sudo chmod ... same princip

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top