iT邦幫忙

0

[Linux 新手出航 1-6] Windows 上執行 Ubuntu - 測試基本參數4 ( cd , pwd )

  • 分享至 

  • xImage
  •  

目的


這篇主要講解一些基礎的指令,大致上預計要講的是
10. cd 指令
11. pwd 指令

開頭依樣是在 c槽的 Linux_test 資料夾裡面測試
輸入指令: cd /mnt/c/Linux_test

https://ithelp.ithome.com.tw/upload/images/20221108/20135862u0lUKQmdhI.png

Linux_test 資料夾內有兩個東西 test1 、 test2

https://ithelp.ithome.com.tw/upload/images/20221108/20135862r699MrwV98.png


cd 指令


cd 的功能用 Help 來看

輸入指令: cd --help

cd --help
Change the shell working directory.

功能
更改殼工作目錄


用法
用法有 2 種

  1. cd 相對路徑
  2. cd 絕對路徑

相對路徑說明
假設目前路徑: /mnt/c/Linux_test

  1. " cd ./ " 結果就是目前路徑: /mnt/c/Linux_test
  2. " cd ../ " 結果就是上一層路徑: /mnt/c
  3. " cd Linux_test " 結果就是到Linux_test路徑: /mnt/c/Linux_test
  4. " cd ../Linux_test " 結果還是到Linux_test路徑: /mnt/c/Linux_test

https://ithelp.ithome.com.tw/upload/images/20221109/20135862N3BjIEKwQS.png


絕對路徑說明
假設目前路徑: /mnt/c/Linux_test

  1. " cd /mnt " 結果就是: /mnt
  2. " cd /mnt/c/Linux_test " 結果就是: /mnt/c/Linux_test
  3. " cd /mnt/c " 結果就是: /mnt/c
  4. " cd /mnt/c/Linux_test " 結果就是: /mnt/c/Linux_test

https://ithelp.ithome.com.tw/upload/images/20221109/201358627U5VcvvVrW.png



pwd 指令


pwd 的功能用 Help 來看

輸入指令: pwd --help

pwd --help
Print the name of the current working directory.

功能
顯示目前的工作目錄


用法
用法有一種

  1. pwd

測試指令
假設目前路徑: /mnt/c/Linux_test

  1. 輸入指令: pwd 顯示: /mnt/c/Linux_test
pwd 

https://ithelp.ithome.com.tw/upload/images/20221109/20135862cuGFyGS3yD.png



圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言