
Home - Syracuse University
Explore hundreds of options, searchable by program or by your academic interests. ... Applications are Open! At Syracuse University, you can pursue your passions, develop your …
.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 …
SUBR - Southern University and A&M College
Southern University and A&M College, the flagship of the Southern University System, is a historically Black, 1890 Land-Grant Institution. The University provides opportunities for a …
su Linux Command: Syntax, Options, Examples - phoenixNAP
6 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 …
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.
Mastering `su` in Linux: A Comprehensive Guide - linuxvox.com
Nov 14, 2025 · The su command allows a user to switch to another user account on a Linux system. When you run su, you can either switch to the root user (the superuser with full …
Mastering the su Command in Linux: A Complete Guide for Linux …
Feb 12, 2025 · The su command in Linux (short for Substitute User) allows you to switch from the current user to another user on a Linux system. By default, it switches to the root user, …
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 …
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 …