tree command not working

Tom 'Needs A Hat' Mitchell mitch48 at sbcglobal.net
Sat May 15 18:25:56 UTC 2004


On Sat, May 15, 2004 at 07:04:15PM +0100, Tim Gardner OP wrote:

> I can't get this to work:
> 
> # tree /
> 
> I get "unrecognised command"

Try giving a full path for tree.

  $ /usr/bin/tree 

If tree is absent then it may not be installed
On this box I can tell you ....
   $ rpm -q --whatprovides /usr/bin/tree
   tree-1.4b3-1

So, you can install 'tree' like this.

   $ up2date install tree

> Anybody else had this or any idea why it might not be working.
> 
> While we're at it, "groupadd", "groupdel" etc. don't work either.  Am I missing
> something?

Same drill:
  $ rpm -q --whatprovides /usr/sbin/groupadd
  shadow-utils-4.0.3-12

You can install shadow-util like this from a command line:

   $ up2date install  shadow-utils
 or 
   $ yum install  shadow-utils



-- 
	T o m  M i t c h e l l 
	/dev/null the ultimate in secure storage.





More information about the fedora-list mailing list