how to create a folder on linux?
to create a folder on linux from terminal
open the terminal
enter as administrator ( root ) with the following command :
su
then type password
type the following command :
mkdir folder_name
for example :
I want to create a folder with the name amine
mkdir amine
Hooop ....the folder is created
Aucun commentaire:
Enregistrer un commentaire