M
M
MrAlkatras2018-03-30 22:48:35
ubuntu
MrAlkatras, 2018-03-30 22:48:35

How to create folders in the root folder?

Hello.
I write in the terminal, mkdir dataissues
cannot create directory data: permission denied
How to create?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2018-03-30
@MrAlkatras

How to create folders in the root folder using nano?

No way. This is a text editor.
sudo mkdir -p /data/mts

A
Anton Shvets, 2018-03-31
@Xuxicheta

1. read about access rights in file systems for Linux.
2. see permissions for / ls -la /
3. get superuser rights with sudo or su if you still want to create a folder in the root.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question