문제

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?
도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top