sudo does not recognize bash aliases
Bug #275713 reported by
yourpalal
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sudo (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: sudo
For example:
I have the following user defined alias, as reported by 'alias':"alias IDLE='/
However, upon enter the following command "sudo IDLE": I am given the following error:
sudo: IDLE: command not found
I am running 8.04 with sudo at version 1.6.9p10-1ubuntu3.3
To post a comment you must log in.
A workaround for anyone else experiencing this problem is to spawn a root terminal for example 'sudo xterm' and then run your aliases from there.