[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: buster iftop: command not found



El 15/7/19 a las 06:26, franiortiz hotmail escribió:
Hola lista,
animado por comentarios he instalado buster en vbox.
instalo mis paquetes usuales entre ellos iftop (con #apt install iftop...)
todo perfecto pero cuando lanzo el comando iftop me responde:
# iftop
bash: iftop: command not found
sin embargo si le pido el man iftop, si que me lo devuelve.
y hasta ahi llego.


Bien.
Otro que le pasó lo mismo.

En los tres sistemas que instalé buster, por algún motivo el path de root no incluye /usr/sbin

Y es ahí donde está iftop.

Fijate con la orden
# set | grep PATH

Yo lo emparché colocando al final del ~/.bashrc la siguiente línea:

PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

No sé por qué hace eso.

JAP


Reply to: