9
7

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.

centos > nc > コマンドが見つかりません > # yum install nc nmap

Last updated at Posted at 2015-11-11
動作確認
CentOS 6.5

ncコマンドを使おうとしたら怒られた。

bash: nc: コマンドが見つかりません

...このため次のように、yumコマンドで簡単にインストールすることができます。
# yum install nc nmap

上記を実行したらncが使えるようになった。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?