linux create folder
mkdir [folder_name]create directory linux
mkdir /tmp/newdircreate directory linux
To create a new folder/directory
mkdir foldername
To view the contents of your folder
cd foldername -- to get inside the folder
then
ls or dir -- to view contents of the folder
To create a new file 
touch example.txt -- filename and extension eg .js .html .txtmake directory in linux
mkdir [option] dir_nameCreate directory Linux
$ mkdir -p /dbadminCopyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us
