3 FAQ tagged "pwd_command"
Viewing 1-3 of 3 FAQ -- Understanding Linux / UNIX Relative Pathname
Q. Can you explain the term relative pathname under UNIX or Linux oses?
A. The relative pathnames are opposite to absolute pathname. A reative pathname does not begin with a slash ( / ). Generally you specifies location relative to your current working directory. This is most useful to short a path name. For example if [...] - UNIX / Linux: Absolute Pathnames
Q. Can you explain the term absolute pathname under UNIX or Linux oses?
A. An absolute pathname, is the location of a filesystem object relative to the root directory. All absolute pathnames always begin with a slash (/). With Absolute pathname you have access to complete file system objects such as directories and files.
Absolute [...] - Linux / UNIX: Print Current Working Directory with pwd command
Q. How do I display the absolute path to the current working directory under Linux or UNIX operating system?
A. The pwd command displays the absolute pathname of the current working directory to the computer screen.
Print name of current/working directory
Type pwd command:
pwd
Output:
/home/vivek
Above command print the full filename of the current working directory i.e /home/vivek.
Display actual directory [...]
Viewing 1-3 of 3 FAQ - ( see all popular tags )



Recent Comments
Today ~ 3 Comments
Today ~ 5 Comments
Today ~ 1 Comment
Yesterday ~ 1 Comment
Yesterday ~ 2 Comments