SMB Autohome Map Key Substitution
The autohome feature supports the following wildcard substitutions for the value of the key field:
-
The ampersand (
&
) is expanded to the value of the key field for the entry in which it occurs. In the following example,&
expands toauser
:auser /home/&
-
The question mark (
?
) is expanded to the value of the first character in the key field for the entry in which it occurs. In the following example, the path is expanded to/home/aa/auser
:auser /home/??/&