4
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 1 year has passed since last update.

UNIXのコマンドまとめ②

Posted at

引き続きUnixについてなんとなく書いていこうと思います。

第2回は、Unixに関する基礎知識と簡単なコマンドについて書いていきます。


基礎知識

  • ディレクトリ :ファイルを分類・管理するための概念であり、ファイルを格納する入れ物のこと。 「フォルダ」と同義
  • / : システム全体の最上位のディレクトリのこと。rootディレクトリ
  • 現在ログインしているユーザーのホームディレクトリは、~で表現される
  • 絶対パス : ルートディレクトリから目的のディレクトリまで全ての階層を表記する
    例) /home/userName : 自分のホームディレクトリ
  • 相対パス:現在のディレクトリからの距離を表す
    例)../.. : 現在のディレクトリより2つ階層が上のディレクトリ

コマンド

  • date : 現在の日時(マシンに設定された時刻)を表示
  • cal : 今月のカレンダーを表示
  • [controllキー] + c : 現在のコマンドを実行せずに(中断)、新しいプロンプトに移る
  • [controllキー] + u : コマンドのクリア
  • clear or [controllキー] + l : 画面全体のクリア


以上

参考 : https://www.pc-master.jp/words/directory.html
4
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
4
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?