#1 Let's Echo | HackerRank Linux Shell

Опубликовано: 04 Август 2026
на канале: DEV19
2,441
31

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🖤