Basic Linux Commands
Today we will go through some of the basic commands of Linux.
lsUsed to list the files or directories present in a directory
ls -aList all the files
ls -lPrints the files with more info about their permissions, author etc
ls -lhHuman readable deta...
secvers.info3 min read