Linux readlink Command
In this tutorial we learn how to use readlink commmand in Linux. readlink command is readlink - print resolved symbolic links or canonical file names
In this tutorial we learn how to use readlink command in Linux. readlink command is readlink - print resolved symbolic links or canonical file names
readlink [OPTION]... FILE...
We can use man
and info
command to see the manual page of readlink command.
readlink command also have --help
option to show list of options.
To open man page for readlink command we can use command below. To exit man or info page you can press q
.
man readlink
To open info page for readlink command we can use command below.
info readlink
To open help page from readlink command we can run command below.
readlink --help
You can find readlink command source code from the folowing repositories:
You can read tutorials of related Linux commands below:
In this tutorial we learn how to use readlink in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.