Linux基礎命令:cd切換使用者到家目錄

來源:互聯網
上載者:User
關鍵字 Linux 基礎命令 家目錄 切換使用者

在linux系統中cd命令是一個經常需要使用的指令,通過cd命令我們可以實現在目錄中自由的切換,如果你需要切換到根目錄,命令如下:

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

下面我們向大家介紹一下使用cd命令的小技巧

在任意目錄下切換到家目錄

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

當然你也可以使用cd ~也能回到家目錄

[root@localhost local]# cd ~
[root@localhost ~]#

回到上一次所在的目錄

[root@localhost ~]# cd -
/usr/local
[root@localhost local]#

另外,還有兩種方法切換到家目錄,分別是使用絕對路徑和相對路徑

[root@localhost local]# cd /root
[root@localhost ~]#

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

一般使用者的目錄在以下路徑

/root root使用者目錄
/home/userHTTP://www.aliyun.com/zixun/aggregation/11696.html">name 普通使用者目錄

常用的設定檔分別存放在以下目錄
/etc

內核引導檔在以下目錄
/boot

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.