Question

The following screen appears when run [alternatives --config mta].

There are 2 programs which provide 'mta'.

  Selection    Command
-----------------------------------------------
 + 1           /usr/sbin/sendmail.postfix
*  2           /usr/sbin/sendmail.sendmail

Enter to keep the current selection[+], or type selection number: 
  1. What does asterisk(*) mean?
  2. What does plus(+) mean?
Était-ce utile?

La solution

The asterisk (`*) indicates the option that the alternatives software believes is "best" and would use if auto mode is selected.

Autres conseils

In alternatives, each link has a priority which you set when you use alternatives --install or it is set automatically for you. The priority is used to choose the link when alternatives is in auto mode.

The asterisk indicates the link with the highest priority.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top