Skip to content

Instantly share code, notes, and snippets.

View Chessminator's full-sized avatar
🎯
Get rich or die trying

Aroon झा Chessminator

🎯
Get rich or die trying
  • Devops Engineer
  • India
  • 12:57 (UTC +05:30)
View GitHub Profile
ls - The most frequently used command in Linux to list directories
pwd - Print working directory command in Linux
cd - Linux command to navigate through directories
mkdir - Command used to create directories in Linux
mv - Move or rename files in Linux
cp - Similar usage as mv but for copying files in Linux
rm - Delete files or directories
touch - Create blank/empty files
ln - Create symbolic links (shortcuts) to other files
cat - Display file contents on the terminal