Post History
You don't. sudo is for there for security purposes. If you alias it as sudo pacman than you can mess up without knowing. You can login as root su - to execute consecutive commands.
Answer
#2: Post edited
You don't. `sudo` is for there for security purposes. If you alias it as `sudo pacman` than linux security goes through window.- You can login as root `su - ` to execute consecutive commands.
- You don't. `sudo` is for there for security purposes. If you alias it as `sudo pacman` than you can mess up without knowing.
- You can login as root `su - ` to execute consecutive commands.