91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

linux中pwd命令使用實例分析

發布時間:2022-03-23 16:17:53 來源:億速云 閱讀:115 作者:iii 欄目:web開發

這篇文章主要介紹“linux中pwd命令使用實例分析”的相關知識,小編通過實際案例向大家展示操作過程,操作方法簡單快捷,實用性強,希望這篇“linux中pwd命令使用實例分析”文章能幫助大家解決問題。

linux中用 pwd 命令來查看”當前工作目錄“的完整路徑。 簡單得說,每當你在終端進行操作時,你都會有一個當前工作目錄。
在不太確定當前位置時,就會使用pwd來判定當前目錄在文件系統內的確切位置。

1.命令格式:
 pwd [選項]

2.命令功能:
 查看”當前工作目錄“的完整路徑

3.常用參數:
一般情況下不帶任何參數
如果目錄是鏈接時:
格式:pwd -p  顯示出實際路徑,而非使用連接(link)路徑。

4.常用實例
       實例1:用 pwd 命令查看默認工作目錄的完整路徑
命令:
pwd

復制代碼 代碼如下:

[root@localhost ~]# pwd
/root
[root@localhost ~]#

實例2:使用 pwd 命令查看指定文件夾
命令:
pwd

復制代碼 代碼如下:

[root@localhost ~]# cd /opt/soft/
[root@localhost soft]# pwd
/opt/soft
[root@localhost soft]#

 實例三:目錄連接鏈接時,pwd -p  顯示出實際路徑,而非使用連接(link)路徑;pwd顯示的是連接路徑
命令:
pwd -p

復制代碼 代碼如下:

[root@localhost soft]# cd /etc/init.d
[root@localhost init.d]# pwd
/etc/init.d
[root@localhost init.d]# pwd -p
/etc/rc.d/init.d
[root@localhost init.d]#

 實例4:/bin/pwd
命令:
/bin/pwd [選項]
選項:
-l 目錄連接鏈接時,輸出連接路徑
-p 輸出物理路徑

復制代碼 代碼如下:

[root@localhost init.d]# /bin/pwd
/etc/rc.d/init.d
[root@localhost init.d]# /bin/pwd --help
[root@localhost init.d]# /bin/pwd -p
/etc/rc.d/init.d
[root@localhost init.d]# /bin/pwd -l
/etc/init.d
[root@localhost init.d]#

 實例五:當前目錄被刪除了,而pwd命令仍然顯示那個目錄

復制代碼 代碼如下:

[root@localhost init.d]# cd /opt/soft
[root@localhost soft]# mkdir removed
[root@localhost soft]# cd removed/
[root@localhost removed]# pwd
/opt/soft/removed
[root@localhost removed]# rm ../removed -rf
[root@localhost removed]# pwd
/opt/soft/removed
[root@localhost removed]# /bin/pwd
/bin/pwd: couldn't find directory entry in “..” with matching i-node
[root@localhost removed]# cd
[root@localhost ~]# pwd
/root
[root@localhost ~]#

關于“linux中pwd命令使用實例分析”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識,可以關注億速云行業資訊頻道,小編每天都會為大家更新不同的知識點。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新昌县| 虹口区| 梅河口市| 昂仁县| 正蓝旗| 青川县| 巴里| 西乌珠穆沁旗| 三河市| 石门县| 翼城县| 酒泉市| 安多县| 东乌珠穆沁旗| 芦溪县| 和田市| 南丹县| 富裕县| 仪陇县| 达拉特旗| 开封县| 五指山市| 平谷区| 永春县| 修水县| 英山县| 阳信县| 云南省| 荥经县| 余江县| 漠河县| 仙居县| 霍州市| 靖西县| 长兴县| 固安县| 揭西县| 浦东新区| 沙田区| 大邑县| 凌海市|