Date: Sun, 5 Apr 2009 21:06:14 +0100 From: "N.J. Mann" <njm@njm.me.uk> To: current@freebsd.org Subject: FWD: Re: How to find out which ports contains a specified command. Message-ID: <20090405200614.GB5095@titania.njm.me.uk>
next in thread | raw e-mail | index | archive | help
[For some reason this did not get sent to the list originally, so for the archives...] In message <u7i1zhrwd.fsf@vip.qq.com>, Peter Wang (peterwang@vip.qq.com) wrote: > > for example, after i installed pfsense, which is based on freebsd > release 7.1, i found adduser command is missing. > > so how to find out which ports contains `adduser' command? > thanks for your replies. % uname -sr FreeBSD 7.2-PRERELEASE % whereis adduser adduser: /usr/sbin/adduser /usr/share/man/en.ISO8859-15/man8/adduser.8 /usr/src/usr.sbin/adduser So, it is part of the base system. This can be confirmed by searching the on-line manual, i.e. http://www.freebsd.org/cgi/man.cgi?query=adduser&apropos=0&sektion=0&manpath=FreeBSD+7.1-RELEASE&format=html Cheers, Nick. PS I think you should have asked this on questions@. --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090405200614.GB5095>