miztiik/AWS-Demos

Can we use "mkdir -p" instead

miztiik opened this issue · 0 comments

@krishdd

In file https://github.com/miztiik/AWS-Demos/tree/master/How-To/setup-lvm-in-EC2#create-file-system can we use "mkdir -p" instead of just "mkdir" it will create the whole directory tree if they are missing and will not throw an error if it already exists.