Summary Linux command list
Linux command to move directories. "cd" is an abbreviation for "change directory".
/home/hoge
$ cd /
/
$ cd ~
↑ ↓ It has the same meaning.
/
$ cd
This is the path seen from the current directory.
/home
$ cd hoge
It is the path seen from the top of the whole.
/home/hoge
$ cd /test
/home/hoge/test
$ cd ..
/home/hoge
$ cd ../..
/home/hoge
$ cd ../taro
A handy option to navigate to a symbolic target if the destination directory is a symlink
/home
$ cd -P hogege
pwd, mkdir, cd , cat, cp, ls, touch, less, mv, rm, ssh, man, ** Adding at any time **
We undertake various development and construction contracts and mentor work for beginners. If you are interested, please go to ** here **
Recommended Posts