What command does linux use to view the full path?
The Linux pwd command is used to display the working directory.
Execute the pwd directive to immediately know the absolute path name of your current working directory.
Grammar
Pwd [--help] [--version]
Parameter description:
-- help online help.
-- version displays version information.
Example
View the current directory:
# pwd/root/test # output result
These are the details of how linux views the full path. For more information, please follow other related articles!