#trainwithshubham
Read more stories on Hashnode
Articles with this tag
We have completed the Linux & Git-GitHub hands-on, let's make a cheat sheet of all the commands we have learned so far. Linux commands: whoami -> It...
What is Git? Git is a version-control system used for tracking changes in computer files. It helps you to keep track of all the changes made to a...
What is Cron? Cron is a service used for scheduling tasks in the system that allows automation for a particular interval of time which is manually...
What is Shell Scripting? Shell scripting consists of a set of commands that is used to perform a task. All the commands run sequentially. It is like...
To create a file. How to write text in a file. -> You can write using the cat command inside the file. For save and exit you have to press enter...
Linux Linux is a powerful open-source operating system kernel. It was originally developed by Linus Torvalds in 1991. Linux is known for its...