uvsmtid asked:
The alternatives
command (package chkconfig
) on RHEL/Fedora manages symlinks which link a generic name to one of the alternative implementations. For example, mta
group of symlinks can be provided by Sendmail and Postfix (to implement i.e. sendmail
command):
alternatives --display mta
While I can --display
a group of symlinks, I need to guess its name first (i.e. mta
).
Can I simply list all possible configurable symlink groups (like mta
) to pick from?
The reason is that I forget some group names occasionally.
My answer:
The simplest answer would be…
ls /etc/alternatives
View the full question and any other answers on Server Fault.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.