Friday, 2 August 2019

Linux - Pwd command

pwd stands for print working directory sometimes also called as presently working directory. This command gives the current path in which directory the user is working.
$ pwd
/admin/abclearn
If the current user is working in abclearn directory which is in admin directory of root.
Options of PWD command
-L : use PWD from environment even if ti contains symbolic links
-P : Avoid all symbolic links
-help : displays the help about the command
-version: gives the version information.

0 comments:

Post a Comment