HD Install :: Dillo Getting Started



OK, thanks again. I had forgotten the command line "find file" stuff. GUIs make your brain atrophy. :-)

The package needed is "findutils" and is included in the base DSL.

Commands to find .xinitrc are:

find / -name .xinitrc

or

locate .xinitrc      (But the database may have to be updated with: updatedb)

jimbo


original here.