Next: , Previous: OSF, Up: FAQS and Tips



3.5.8 SUNOS (4.1.*)

Q:
How can I delete the + sign from the /etc/hosts.equiv file to improve security?
A:
Use editfiles to delete it:
          editfiles:
          
             sun4::
          
                { /etc/hosts.equiv
          
                DeleteLinesMatching "+"
                }