Ubuntuサーバーに文字列をインストールする方法


12

Ubuntuサーバー16.04.3 LTSをインストールしましたが、strings次のコマンドが見つかりません。

$ sudo strings /data/storage
sudo: strings: command not found

$ man strings
No manual entry for strings

どうすればインストールできますか?

回答:



-3

それは、すでにインストールされているが、名前の下にすることができるstrings-GNU代わりにstrings。でリンクを作成する必要があります/usr/bin

ln -s strings-GNU strings
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.