1
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?

More than 5 years have passed since last update.

コマンド

Posted at

pwd
現在いる場所

ls
リスト

cd
ディレクトリ間の移動

cd ..
一つ前のディレクトリへ移動

mkdir
ディレクトリを作成する際に使う

rmdir
ディレクトリを削除する際に使う(空のディレクトリは削除できない)

rm -r (ディレクトリ名)
ディレクトリを削除する際に使う(空のディレクトリであっても削除できる)

mv
ディレクトリを移動させるときに使う

cp
コピーするときに使う

コマンドは調べれば奥が深くかなりの量があるし、知れば知るほど便利になっていくと思う

man ls

これを打ってみて!w

何か間違いや、参考にしたほうがいいとか、あればコメントお願いします!!

(メモ程度に利用しています)

1
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
1
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?