Table of Contents
Want to know how to set a Sudo administrator password on Steam Deck in this article? If you bought a Steam Deck early on, you might be wondering how to set up a Sudo administrator password so you can use Linux to its fullest. A Sudo password gives you superuser privileges and lets you do administrative tasks that you wouldn’t be able to do otherwise. SteamOS, which is a branch of Arch Linux, is what runs on the Steam Deck. On the second, the root password is set to root by default, while on SteamOS it isn’t. If you want to know more information about this Visit Official Steam Deck Website.
The default Steam Deck user (deck), which also doesn’t have a password, is the same. The passwd command, on the other hand, lets us change either one. A Linux system, like any other, needs a password as its first line of defense. Even though SSH without a password is a good option, we still recommend using a password to protect your VPS. Changing the password for a Linux user often makes the system more secure and harder to break into. Here are the steps how to set a Sudo administrator password on Steam Deck.
How to set a Sudo administrator password on Steam Deck
- Press the button on your Steam Deck that says “Power.”
- Holding down the Power button will bring up a new menu.
- If you choose Switch to Desktop, the Steam deck will start up in Desktop mode.
- The Konsole terminal app should be open.
- To use the Steam Deck’s keyboard, press STEAM + X. (You can also use a keyboard that you plug into the device.)
- Press Enter after typing the following command:
- passwd
- This will bring up the window where you can enter a new password. (Type in a new passphrase)
- Make sure the new password works.
- You can use commands as the deck user if you set up a Sudo password.
What is Sudo?
Sudo, which stands for “superuser do,” is like “run as administrator” in Windows, but you have to tell Linux that’s what you want to do by hand. This will lock down a lot of the things you can do on Linux. Partly to keep it safe, but also to stop any changes from happening by accident. It’s a useful feature, but the Steam Deck doesn’t set up the Linux password to run Sudo programs by default. Valve made Desktop mode to give players access to more features, and the community has taken to it. But since the main page is the Steam gaming mode, you don’t really need to set a password.
In fact, the desktop environment doesn’t even have a real user until you change it in the settings. It’s also about safety, as was said above. If you could change things about how Sudo works on the fly, you could put yourself in a lot of danger. But Sudo is nothing to be afraid of, no matter how bad it sounds. It’s not like you’ll open the floodgates right away, and it’s also necessary to use some features, like SSH, that make it easier to move files between your PC and the Deck.
Why Do You Need it?
Sudo, which stands for “superuser do,” is a powerful command in Linux that gives administrative tasks more power. Some of these tasks are installing software, keeping the system up to date, and changing important files. Without Sudo access, you’ll only be able to do simple user-level tasks that don’t involve making changes to the system. If you want to get the most out of the Linux-based operating system on the Steam Deck, you need to set up a Sudo password. Some programs, like the Decky plugin, need to be able to access the superuser account in order to work. Also, you might need Sudo privileges to add storage or change system settings.