
.su - Wikipedia
Even though the Soviet Union itself was dissolved 15 months later, the .su top-level domain remains in use to the present day. It is administered by the Russian Institute for Public Networks (RIPN, or …
PhD studies at Stockholm University - Stockholms universitet
Stockholm University stands as an attractive destination for those considering PhD studies. With a strong commitment to research excellence and a growing network of international collaborations, the …
su Linux Command: Syntax, Options, Examples - phoenixNAP
3 days ago · The su Linux command switches users and elevates privileges in a session. This guide shows how it works and when to use it.
su (1) - Linux manual page - man7.org
su is mostly designed for unprivileged users, the recommended solution for privileged users (e.g., scripts executed by root) is to use non-set-user-ID command runuser(1) that does not require authentication …
Stellenbosch University | Forward Together - su.ac.za
Stellenbosch University is a leading research institution driving knowledge, innovation and transformation through excellence, inclusivity and impact.
Difference Between su and su - Command in Linux - GeeksforGeeks
Jul 23, 2025 · As a new Linux user, you may always face confusion regarding the difference between `su` command and `su -` command. In Linux, the `su` command is used to switch to another user …
How to Use the Command 'su' (with examples)
Dec 17, 2024 · The su command, short for “substitute user,” is a utility in Unix and Linux-based operating systems that allows a user to switch to another user’s shell.
su
The su command in Linux and Unix-like systems allows a user to switch their current user ID to that of another user. If no username is specified, su defaults to switching to the superuser (root account), …
Mastering the Linux `su` Command: A Comprehensive Guide
Nov 14, 2025 · The term su is an abbreviation for switch user or substitute user. This command allows you to change the current user context to another user account on the Linux system, which is crucial …
Understanding the su Command in Linux - TecAdmin
Apr 26, 2025 · In this article, we’ve looked at some examples of the su command in action, discussed best practices for using it, explored some alternatives, and covered some important security …