#devops
Read more stories on Hashnode
Articles with this tag
What is Docker? Docker is an open-source containerization platform through which you can pack your application and all its dependencies into a...
What is Git? Git is a powerful and popular version control system that enables effective tracking of changes in source code. It was developed by...
What is a package manager in Linux? A package manager is a tool that allows users to install, remove, update configure and manage packages on a Linux...
uname : To check which platform you are using. uptime : To check system uptime or when machines start. date : To check the machine date and time. who...
hostname : To check the name of machine. pwd : To check the present working directory. cd directory_name : To change the directory. cd ~ : To change...