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?

ターミナルコマンド

Last updated at Posted at 2025-08-05

ターミナルで使用する基本的なコマンド

  • ターミナルで使用する機会が多そうなコマンドをまとめる
コマンド 機能
ls ディレクトリ情報を表示
ls -la 全てのファイルの詳細表示
cd ディレクトリの移動
pwd 現在のディレクトリを確認
mkdir 新しいフォルダを作成
cp ファイルのコピー
touch 新規作成またはタイムスタンプの変更
rm ファイルの削除
cat ファイルの内容を表示
chmod 所有者権限の変更
tar ファアイルの圧縮、展開
find ファイルの検索
clear 画面の表示を削除
history 実行したコマンドの履歴を表示
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?