sudo

March 6, 2025 · View on GitHub

sudo stands for superuser do. It is a wrapper script to execute commands as the root (superuser) user in the Termux app, like to drop to an interactive shell for any of the supported shells, or to execute shell script files or their text passed as an argument.

Contents


 

Project

Check the sudo project info here, including docs and releases info.