Zainstalowałem serwer Ubuntu 16.04.3 LTS, ale nie mogę znaleźć strings
polecenia:
$ sudo strings /data/storage
sudo: strings: command not found
$ man strings
No manual entry for strings
Jak mam go zainstalować?
Musisz zainstalować binutils:
apt-get install binutils
To powinno wystarczyć.
Może być już zainstalowany, ale pod nazwą strings-GNU
zamiast strings
. Musisz utworzyć link w /usr/bin
.
ln -s strings-GNU strings