Linux commands used by DevOps Engineers (Commands used in day-to-day activities).
Here are some of the most used Commands in DevOps:
Ls: This command is used to list the contents of a directory.
if you run ls -l, it will show the permissions, owner, size, and last modified date for each file in the directory.
if you run ls -a, ...
maazmohd313.hashnode.dev6 min read