#linux
Read more stories on Hashnode
Articles with this tag
In this project, we will be creating a shell script that welcomes the logged in user and will display a certain set of information. The below table...
Here is a cheat sheet for most useful linux commands!
What is a package? A package is usually referred to an application but it could be a GUI application, command line tool or a software library...
Hello readers! Today we will be learning about file permissions and access control lists. Any given file in Linux will have read and or write and or...
Write an Example of If else in Shell Scripting that takes2 inputs from user and compares them #!/bin/bash echo "Enter the first number" read...
Hello learners! Today we will be learning about Shell Scripting but before that we shall learn a few terminologies that help us understand this...