1. 程式人生 > >sudo 中使用alias 別名

sudo 中使用alias 別名

之前參考別名alias禁止crontab -r清空定時任務,設定了crontab 的別名。但是發現sudo crontab -e時,alias並沒有生效。

alias sudo='sudo '

才行使sudo 時,crontab 的alias生效。

bash manual:
The first word of each simple command, if unquoted, is checked to see if it has an alias. If so, that word is replaced by the text of the alias.