How can I move to another directory?
Just as you can move around in a file browser by double-clicking on folders,
you can move around in the filesystem using the command cd
(which stands for "change directory").
If you type cd seasonal and then type pwd,
the shell will tell you that you are now in /home/repl/seasonal.
If you then run ls on its own,
it shows you the contents of /home/repl/seasonal,
because that's where you are.
If you want to get back to your home directory /home/repl,
you can use the command cd /home/repl.
Latihan ini adalah bagian dari kursus
Introduction to Shell
Latihan interaktif praktis
Ubah teori menjadi tindakan dengan salah satu latihan interaktif kami.
Mulai berolahraga