perintah cd di Linux / Unix

cd adalah perintah Linux untuk mengubah direktori / folder shell terminal.

Anda dapat menekan tombol tab untuk melengkapi nama direktori secara otomatis.

cd sintaks

$ cd [directory]

contoh perintah cd

Ubah ke direktori home (ditentukan oleh variabel lingkungan $ HOME):

$ cd

 

Juga ubah ke direktori home:

$ cd ~

 

Ubah ke direktori root:

$ cd /

 

Ubah ke direktori induk:

$ cd ..

 

Ubah ke Dokumen subdirektori :

$ cd Documents

 

Ubah ke Dokumen / Buku subdirektori :

$ cd Documents/Books

 

Ubah ke direktori dengan jalur absolut / home / user / Desktop :

$ cd /home/user/Desktop

 

Ubah ke nama direktori dengan spasi - Gambar Saya :

$ cd My\ Images

Atau

$ cd "My Images"

Atau

$ cd 'My Images'

 


Lihat juga

Advertising

LINUX
TABEL CEPAT