Difference between Absolute and Relative Pathnames in Linux Explained

Publicado el: 13 marzo 2026
en el canal de: ComputerNetworkingNotes
114
6

This video explains the differences between the absolute and relative pathnames in Linux.

The absolute path
The first forward slash (/) represents the root directory. Besides this, all slashes are directory separators.
Besides the last name, all names in the path belong to directories. The last name can belong to a file or directory.
It contains directory names in the hierarchy. It includes the parent directory's name on the left side.
It always goes only in one direction (top to bottom).
It is based on the root directory. It does not change when the current directory changes.
For an object, it is always fixed.
It does not assign or use any special symbol in the path.
You can not exclude any directory from the path, no matter whether you use it with a command or standalone.

The relative path
All forward slashes are the directory separators.
Besides the last name, all names in the path belong to directories.
The last name can belong to a file or directory.
It does not use a hierarchical directory structure. It can contain the parent directory's name on the left or right.
It can go either way (top to bottom or bottom to top).
It is based on the current working directory. It changes when the current directory changes.
For an object, it dynamically changes when the current working directory is changed.
You can exclude the current working directory from the start of the path when using it with a command. However, with a standalone path, it must be included.
It assigns and uses the following special symbol in the path.
Single dot ( . ) = Current directory
Double dots ( .. ) = Parent directory
Tilde ( ~ ) = User’s home directory


En esta página del sitio puede ver el video en línea Difference between Absolute and Relative Pathnames in Linux Explained de Duración hora minuto segunda en buena calidad , que subió el usuario ComputerNetworkingNotes 13 marzo 2026, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 114 veces y le gustó 6 a los espectadores. Disfruta viendo!