+1 vote
in Linux by
Explain how you can create a folder using Terminal?

1 Answer

0 votes
by

To create a folder, you have to use command mkdir. It will be something like these: ~$ mkdir Guru99

...