Question

I need to know how its done. Do I need to be a superuser/ admin user? Do I need a root password I only have one user onthe pi if that helps

Was it helpful?

Solution

You need to use sudo to run mkdir on the root folder on any linux version:

sudo mkdir somedir

Enter the root password when sudo prompts for it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top