
SUNY Cobleskill | Grow. Sustain. Renew.
Today, more 2,500 students are enrolled in 59 associate and baccalaureate degree programs in the School of Agriculture and Natural Resources and the School of Business and Liberal Arts …
SUNY - The State University of New York
Ready to start your future? The Free Application for Federal Student Aid (FAFSA) is the first step to getting financial aid that can help make college more affordable. SUNY is here to help you …
.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 …
Su Command in Linux (Switch User) | Linuxize
Dec 10, 2020 · The su (short for substitute or switch user) utility allows you to run commands with another user’s privileges, by default the root user. Using su is the simplest way to switch to the …
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 …
SU Command in Linux: How to Use With Examples - phoenixNAP
Apr 16, 2024 · The su command (substitute user or switch user) is used to switch to another user or the root. Learn how to use the su command in Linux!
Difference Between su and su - Command in Linux
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 …
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.
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 …
Linux Su Command - Computer Hope
Jun 1, 2025 · This page covers the GNU / Linux version of su. The su command, which is short for substitute user or switch user, enables the current user to act as another user during the …