Linux User Privilege
\#linux
The root user (i.e., Administrator in Windows)
Command | Description |
|---|---|
| Change user to root |
| Execute command as root |
installation tool
brew install(MacOS, need install by yourself)apt install(Debian/Ubuntu)apt-get install(Debian/Ubuntu)pacman -S(Arch)
install package
sudo apt install <package>
update the available package
sudo apt update
Last modified: 12 June 2025