Linux commands that a Devops engineer uses on a regular basis
1) Hardware information command 💻
lcpu: see cpu information
lsblk: see information about block devices
2) File command💻
mkdir directory_name : create new directory
rm file_name: remove file
rm -r directory_name : remove directory recursively
rm -rf...
nayanp.hashnode.dev1 min read