Domanda

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

È stato utile?

Soluzione

use sudo mkdir /yourdir

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

or use sudo chmod ... same princip

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top