In a Linux Ubuntu shell, what does “./” mean?

by Kevin Roger
0 comment 800 views
In a Linux shell, what does "./" mean?

You are all aware that Linux is a free and open-source operating system based on the Linux kernel. It is one of the widely used operating systems of the planet too.

When working on Linux, it is necessary to know how to operate its terminal with commands. For Unix-like operating systems, this shell provides a command-line user interface. You will need to use several special characters when using the terminal.

In this article, we will discuss the meaning of “./” in the Linux shell. And the incidents that it is used.

The primary use of “.” in Linux operating systems is referencing an item in the current working directory. Adding a ” / ” will have the same effect as adding a ” / ” to any other directory structure. It will just ensure that you are not working on a file.

One of the crucial things to remember is Before running a program in the current directory. It would be best if you typed “./”.

The ” ./ ” prefix states, Ignore the PATH; it will only look in the current directory.

In a Linux Ubuntu shell, what does "./" mean?

Related Posts

Leave a Comment