Go to the first, previous, next, last section, table of contents.
- 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 "+"
}
Go to the first, previous, next, last section, table of contents.