+49 (0) 89 2154 7447
Provenexpert
★★★★★
Google
★★★★★
BrandCrock | Gateway to Digital Brand

How to get full file path Linux? Get the absolute path of a file?

In this tutorial, we will guide you about how to get the Absolute Path of a File in the Linux Operating System and How to get full file path Linux.

Readlink linux command to get full file path Linux:

readlink command in Linux is used to print resolved symbolic links or canonical file names. Whenever we have a symbolic link and we want to know what full path it refers to. You could use the readlink command to display the actual path of the symbolic link.

Print value of a symbolic link or canonical file name.

Syntax:

readlink [OPTION]... FILE...
OPTION:
  -f, --canonicalize            canonicalize by following every symlink in
                                every component of the given name recursively;
                                all but the last component must exist
  -e, --canonicalize-existing   canonicalize by following every symlink in
                                every component of the given name recursively,
                                all components must exist
  -m, --canonicalize-missing    canonicalize by following every symlink in
                                every component of the given name recursively,
                                without requirements on components existence
  -n, --no-newline              do not output the trailing delimiter
  -q, --quiet
  -s, --silent                  suppress most error messages (on by default)
  -v, --verbose                 report error messages
  -z, --zero                    end each output line with NUL, not newline
      --help     display this help and exit
      --version  output version information and exit

Example

readlink -f myfile.txt

Output

/home/user/dos2021/myfile.txt

More from our latest blogs

Magento vs WooCommerce (2025) – Features, Pricing, Pros & Cons Compared

The eCommerce industry is filled with choices, and one of the biggest decisions any business

Magento Vaid Ali Oct 5, 2025

Best Shopware Agencies in Germany: A Complete Guide

Germany has become the heart of e-commerce in Europe. And at the center of that

Shopware Vaid Ali Sep 28, 2025

Comparing Gambio and Shopware: Key Features, Pricing, and More

When businesses in Germany and across Europe start weighing their options for an online store,

E-Commerce Vaid Ali Sep 21, 2025

Shopware vs Shopify Plus: Which Platform Wins for Global Brands in 2025? 

Expanding your brand globally sounds exciting, until you hit the tech headaches. Suddenly, you’re dealing

Shopware Vaid Ali Sep 12, 2025
1 2 3 42
Scroll to Top