20 Basic Linux Commands for developers
FILE AND DIRECTORY COMMANDS S.No Description Commands 1 List all files in a long listing (detailed) format ls -al 2 Display the present working directory pwd 3 Create a directory mkdir 4 Remove (delete) file rm file 5 Remove the…
