#linux
Read more stories on Hashnode
Articles with this tag
Git Cheatsheet CommandDescription git initInitialize a new git repository git clone [url]Clone a remote repository git statusCheck the status...
Linux is a popular operating system that is known for its flexibility and customization. One of the key components of Linux that makes it so powerful...
Day6 of #90DaysofDevops challenge · In Linux, file permissions are a crucial aspect of ensuring that your files are secure and can only be accessed or...
Memory Commands free: The free command is a utility in Linux that shows the amount of free and used system memory, including the amount of memory...
If you want to become a DevOps engineer, it's important to learn shell scripting or bash scripting. · What is Shell? In Linux architecture, the shell is...
Cat Command The cat command is a Unix and Linux utility that stands for "concatenate." It is used to display the contents of one or more files to the...