0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ターミナルでのディレクトリ移動コマンド【備忘録】

Posted at
Page 1 of 2

ターミナルでのディレクトリ移動のコマンドを、
備忘録用として書き残します。

コマンド一覧

特定のディレクトリに移動

cd ディレクトリ名

例:

cd /home

ホームディレクトリに戻る

cd ~

または

cd

1つ上の階層に移動

cd ..

1つ前のディレクトリに戻る

cd ../

追記あり次第、適宜更新します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?