Below are the Basic Linux Commands for Beginners: 1. pwd Command- pwd command shows the location of the current working directory. Syntax:pwd 2.mkdir Command- mkdir command allows you to create new directory under any directory. Syntax:mkdir 3.rmdir Command- rmdir command allows you to delete a directory. Syntax:rmdir 4.ls Command- ls command show a list of […]