Управляйте, чтобы 'chmod', не найденный, сделал Вы имеете в виду:

Я пытался установить metasploit на человечности, и я получил эту ошибку:

Command ' chmod' not found, did you mean:

  command 'chmod' from deb coreutils (8.30-3ubuntu2)

Try: sudo apt install <deb name>

Какая-либо работа arounds?

спасибо.

-4
задан 26 April 2020 в 08:20

1 ответ

Можно работать sudo apt install --reinstall coreutils помещать chmod назад в Вашей системе.

Пример:

terrance@terrance-ubuntu:~$ chmod

Command 'chmod' not found, but can be installed with:

sudo apt install coreutils

terrance@terrance-ubuntu:~$ sudo apt install --reinstall coreutils
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 47 not upgraded.
Need to get 1,231 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 coreutils amd64 8.28-1ubuntu1 [1,231 kB]
Fetched 1,231 kB in 1s (1,242 kB/s)  
(Reading database ... 669001 files and directories currently installed.)
Preparing to unpack .../coreutils_8.28-1ubuntu1_amd64.deb ...
Unpacking coreutils (8.28-1ubuntu1) over (8.28-1ubuntu1) ...
Setting up coreutils (8.28-1ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...

terrance@terrance-ubuntu:~$ chmod
chmod: missing operand
Try 'chmod --help' for more information.

Надеюсь, это поможет!

3
ответ дан 26 April 2020 в 19:15

Другие вопросы по тегам:

Похожие вопросы: