|
Bugzilla – Full Text Bug Listing |
| Summary: | Sudo'd shell: command line editing doesn't work | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Konrad Schwarz <konrad.schwarz> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED INVALID | ||
| Severity: | low | ||
| Priority: | low | ||
| Version: | 1.8.3 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Konrad Schwarz
2013-12-03 01:25:28 MST
On many systems, root's shell does not support command line editing. For example, Debian-based Linux systems (including Ubuntu) use dash as /bin/sh. That shell does not have command line editing compiled in. If you want command line editing, try running "sudo bash" instead. You can also use "sudo -s" as a shortcut to run your shell as root, rather than the shell configured for the root account. |