LoginSignup
1
1

More than 1 year has passed since last update.

【Linux】Linuxコマンドまとめ

Last updated at Posted at 2022-08-29

背景

  • Linuxコマンドを全然覚えない自分のために、使用したLinuxコマンドをまとめておきたい。

目標

  • 使用したLinuxコマンドをまとめていく。

Linuxコマンドまとめテーブル

コマンド 説明
$ls 現在のディレクトリのファイル一覧 
$ls -a 現在のディレクトリのファイル一覧(隠しファイル含む)
$cd .. 一つ上のディレクトリに移動する
$cd [path] 指定のpathに移動する
$pwd 自分が現在いるpathを表示する
$whoami 自分のユーザー名を表示する
$find [ファイル名] ファイルを検索する
$source [ファイル名] ファイルのスクリプトを実行する

補足

  • 自分がわかりやすいように書いているので、色々間違ってるかもしれません。

参考資料

個人ブログ

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