mkdir directory_name
:-: For creating new directory
ls
:-: list view of all files & directories
cd
:-: change directory to change the directory
touch
:-: to create a new file
#!/bin/bash
:-: start of bash scritp file
chmod 777 file_name
:-: to give all permissions of read, write & excute to root , user & groups
./filename
:-: to excute the excutable file
stay tunned for more linux...
Thanks for watching us ...
Dev19🖤