Linux Commands — DevOps Prerequisite #1
Here are the some commands with explanation which are important for learning Linux and before starting your DevOps journey.
1. System Info Commands
hostname — shows the name of the system host.
```➜ ~ hostnamelocalhost```
hostid — shows the host id o...