1
1

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.

コマンドメモ(個人用メモ)

Last updated at Posted at 2015-11-27

#コマンド一覧
自分用メモなので、あまり書きません。
WindowsコマンドとLinuxコマンドを両方書きましたが比較をしてません。
(Linuxについても、コマンドの書き方が違う物があります。BSD系とかのも書いていくつもりですが、、、Linuxは管理権限等が違うものがあるのでややこしかったり)

##Windows系ネットワークコマンド
(主に、ネットワークコマンドが全般ですが、、)

コマンド名 意味
ipconfig 自身のPCのIPアドレスを検索するために使います。
getmac PCのイーサネットカードにバインドされてる情報を表示
ping ノードの到達性を確認するために用いる
route ルーティングテーブルの表示/設定などを行う
netstat 全てのプロトコル/プログラム名などの一覧を表示
tracert IPアドレスを指定して、ホストまでの経路を調査
nslookup DNSサーバを検索

##Linuxコマンド
主に使用しているのが管理用コマンドとネットワークコマンドぐらいかな
*列挙なので順不同

コマンド名 意味
cd ディレクトリ移動
cat ファイル読み出し(全部)
tail ファイル読み出し(下から)
history コマンドを使った順に読み出し
chmod ファイル/フォルダに属性アクセス権を持たせる
ifconfig ipアドレス表示(Linuxのみ)
du ディスク使用量を調べる
df ディスク使用量を調べる
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?