linux command

pwd

Linux Command – pwd ใช้ในการแสดง directory หรือ path ที่อยู่ปัจจุบัน

 

คำสั่ง

pwd

$ pwd
/usr/lib/python2.7

 

โครงสร้างคำสั่ง

 pwd [OPTION]...

 

รายละเอียด

เป็นคำสั่งที่ใช้ในการแสดง directory หรือ path ที่อยู่ปัจจุบัน หรือ fullpath นั่นเอง

 

Option

 -L, --logical
 use PWD from environment, even if it contains symlinks

 -P, --physical
 avoid all symlinks

 --help display this help and exit

 --version
 output version information and exit

 If no option is specified, -P is assumed.

 NOTE: your shell may have its own version of pwd, which usually supersedes the version described here. Please refer to your shell's documentation for details about the options it
 supports.

 

กลุ่มคำสั่ง

getcwd(3)

 

Reference:

คำสั่ง Unix – Linux Command

Linux, Unix

 

Author: Suphakit Annoppornchai

Credit: https://saixiii.com

Leave a Reply