Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash new folder

mkdir dirname
Comment

bash create folder in current directory

mkdir -p dir1/dir2/dir3
Comment

bash make directory

mkdir /Desktop/folder
cd /Desktop/folder
Comment

create folder with shell/bash

mkdir <Folder Name>
Comment

bash creating folders and files

mkdir /tmp/tutorial
cd /tmp/tutorial

mkdir dir1 dir2 dir3

mkdir
cd /etc ~/Desktop
ls
Comment

how to make directory in bash

# Make a new directory
mkdir directory_name1

# Make new directory without leaving home directory
mkdir directory_name1/directory_name2
Comment

PREVIOUS NEXT
Code Example
Shell :: git clone syntax 
Shell :: check who is logged in to system linux 
Shell :: revert git add 
Shell :: push particular commit in git 
Shell :: print in shell script 
Shell :: install psql mac 
Shell :: linux show file line size 
Shell :: create multiple copies in linux of file 
Shell :: user.signingkey git 
Shell :: configure apache in ubuntu 
Shell :: zip command line 
Shell :: check connected wifi details on kali 
Shell :: how to copy one local machine to server through ssh 
Shell :: git history 
Shell :: sudoer sudo no password NOPASSWORD 
Shell :: Not an editor command: LspInstall 
Shell :: cordova android generate keystore 
Shell :: linux add user to group 
Shell :: git config --global http.sslverify "false" This command resolve my problem 
Shell :: Impossible de trouver le paquet php-gettext 
Shell :: how to check which shell 
Shell :: bash get field from line 
Shell :: get a loading spinner javascript 
Shell :: curl hide output 
Shell :: kubernetes get statefulset 
Shell :: powershell string with quotes 
Shell :: destroy linux with one command 
Shell :: how to mount device linux 
Shell :: apt get update upgrade linux 
Shell :: install git 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =