This article will guide you to use the which command to display the executable’s location. Sometimes, on your system there will be more than one version of the executable program…
Linux
- This entry is part 2 of 9 in the series Linux commands: Part 5 - Working with commands
In this article, we will learn about the type command, the type command used to display a command’s type. The type command itself is a builtin shell, which can be…
- This entry is part 1 of 9 in the series Linux commands: Part 5 - Working with commands
In Linux, how many types of commands? What are the Linux command types? This article, we will learn about it. Currently there are many different operating systems, many different programs,…
- This entry is part 6 of 6 in the series Linux commands: Part 3 - Exploring the system
This article will help you understand system directories on Linux systems. This, personally, is very important and especially for those who want to become a system administrator. There will be…
- This entry is part 5 of 6 in the series Linux commands: Part 3 - Exploring the system
This article will help you understand the long format of ls command. You may already know the ls command in Linux is used to display content in a directory. Understanding…
- This entry is part 2 of 2 in the series Linux commands: Part 2 - Navigation
In this article, we talk about the pathnames types in Linux systems. Moving on Linux uses pathname, which you will have to do regularly, so understanding it will help you a…
- This entry is part 6 of 6 in the series Writing your first script
Now is the last step in 3 steps how to write a bash script file. This article will learn about the script file location and script execution. The execution of the…
- This entry is part 5 of 6 in the series Writing your first script
In this article, we will learn step 2 that is to assign execution permission for a bash script file. In the previous article, you did step 1 of 3 steps…
- This entry is part 4 of 6 in the series Writing your first script
After you’ve read the steps to write a bash script file, what’s in that bash script file? What is the format of a bash script file? “Hello World” script To…
- This entry is part 3 of 6 in the series Writing your first script
How to write a bash script? What steps does it include? And how will we do it? This article will show you an overview of how to write a bash…