Mailing List Archive


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

[tlug] Searching for Obscure Files



"Lyle (Hiroshi) Saxon" wrote:

> "xdm" - command not found
> "gdm" - command not found
> "kdm" - command not found

Even if you have these commands, they might not be in your path, 
so look for them with find and locate

   find / -name 'foodm' 
or 
   find / -name 'foodm' | grep bin

   locate foodm
or 
   locate foodm | grep bin

Remember these techniques for other searches. 



Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links