How to create a directory and give permission in single command in Linux?
I have to create lots of folder with full permission 777.
777
you can use following command to create directory and give permissions at the same time
mkdir -m777 path/foldername