NetBSD-Users archive

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

Re: can't find ping, route and ifconfig commands.



On Thu, 11 Jun 2020 at 23:57, Guilherme Janczak
<guilherme.janczak%yandex.com@localhost> wrote:
>
> On 20/06/11 08:08PM, yilkal argaw wrote:
> > I'm a newbie and I installed netbsd 9.0 using the iso. After
> > installation every thing worked fine but I am missing the the ping,
> > route and ifconfig commands. Since the network autoconf worked
> > perfectly I can install packages but I can't  find  the package that
> > contains them. The documentations imply that they are installed by
> > default. Is there something I'm missing.
> >
>
> Only root can see system administration tools such as those.

No.

$ ll /sbin/ifconfig /sbin/ping /sbin/route
-r-xr-xr-x  1 root  wheel  156144 May  9 08:21 /sbin/ifconfig
-r-sr-xr-x  1 root  wheel   40576 May  9 08:21 /sbin/ping
-r-xr-xr-x  1 root  wheel   59640 May  9 08:21 /sbin/route

$ id
uid=1000(oc) gid=1000(oc) groups=1000(oc),0(wheel)

$ echo $PATH
/home/oc/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin

$ uname -rs
NetBSD 9.0_STABLE

--
Ottavio Caruso


Home | Main Index | Thread Index | Old Index