SU vs. SU - root


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers SU vs. SU - root
# 1  
Old 03-29-2012
SU vs. SU - root

What's the difference between logging in as SU versus SU - root?

On another note: I'm glad to join this forum. Hopefully I'll learn a great deal. I'm not extremely new to Bash, however, I use it very little. I'm trying to learn more about scripting and such for adding scripted tasks into Crontab. I know how to use crontab, my dilemma is actually creating the scripts to execute.

Last edited by Nvizn; 03-29-2012 at 01:35 PM..
# 2  
Old 03-29-2012
Note that unix commands are in lower carriage. The su - root command starts a new Shell and executes root's profile . Without the - it doesn't. This is described at length in man su.
This User Gave Thanks to methyl For This Post:
# 3  
Old 03-29-2012
All this time, I assumed su = super user? As a result, logged the "root" user? Rather, it's "switch user?"
# 4  
Old 03-29-2012
Yes, see this page:

Man Page for su (OpenSolaris Section 1m) - The UNIX and Linux Forums

su - become superuser or another user
This User Gave Thanks to Neo For This Post:
# 5  
Old 03-29-2012
Quote:
Originally Posted by Nvizn
All this time, I assumed su = super user? As a result, logged the "root" user? Rather, it's "switch user?"
Yes. There are as many interpretations for the command name as we want. According to Wikipedia:

The su command, also referred to as super user[1] substitute user, spoof user, set user or switch user, allows a computer operator to change the current user account associated with the running virtual console.

The manual page from my system uses "subtitute use":

Quote:
SU(1) User Commands SU(1)

NAME
su - run a shell with substitute user and group IDs
# 6  
Old 03-29-2012
The su command means Switch User. Not everything on Wikipedia is accurate. Admittedy the phrase does not appear in man su.
# 7  
Old 03-29-2012
The original name is obscure, and this is the same with many Unix commands. dd(1) is a classical example. What is the meaning of the name dd? And yes, Wikipedia is not accurate. But one cannot just state: "the phrase does not appear in man su", since there are many implementations of the su(1) command, and so, many different man pages. The Mac OS X man page for su, for example, defines the command name as "substitute user identity" ( https://developer.apple.com/library/...man1/su.1.html ). Same for the FreeBSD 9.0 man page. Some man pages will not say anything, like you said - this is the case of many Linux man pages for this command, like the man page found in the Slackware 13.37.0. But the man page for the GNU version of su found in Suse will use the term "substitute user" much like the FreeBSD and OS X do. Anyway, the "semantics" is the same for every name: set, switch, substitute. Every name will mean the same thing.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Can a root role change the root password in Solaris 10?

i do not have root on a solairs 10 server , however i do have the root role, i was wondering if I can change the root password as a a role with the passwd command? I have not tried yet. and do i have to use the # chgkey -p afterwards? i need to patch is why i am asking. thanks (1 Reply)
Discussion started by: goya
1 Replies

2. UNIX for Dummies Questions & Answers

Can you gain root privileges if the suid program does not belong to root?

I had a question in my test which asked where suppose user B has a program with 's' bit set. Can user A run this program and gain root privileges in any way? I suppose not as the suid program run with privileges of owner and this program will run with B's privileges and not root. (1 Reply)
Discussion started by: syncmaster
1 Replies

3. Shell Programming and Scripting

Find users with root UID or GID or root home

I need to list users in /etc/passwd with root's GID or UID or /root as home directory If we have these entries in /etc/passwd root:x:0:0:root:/root:/bin/bash rootgooduser1:x:100:100::/home/gooduser1:/bin/bash baduser1:x:0:300::/home/baduser1:/bin/bash... (6 Replies)
Discussion started by: anil510
6 Replies

4. SuSE

Auditors want more security with root to root access via ssh keys

I access over 100 SUSE SLES servers as root from my admin server, via ssh sessions using ssh keys, so I don't have to enter a password. My SUSE Admin server is setup in the following manner: 1) Remote root access is turned off in the sshd_config file. 2) I am the only user of this admin... (6 Replies)
Discussion started by: dvbell
6 Replies

5. Solaris

Migration of system having UFS root FS with zones root to ZFS root FS

Hi All After downloading ZFS documentation from oracle site, I am able to successfully migrate UFS root FS without zones to ZFS root FS. But in case of UFS root file system with zones , I am successfully able to migrate global zone to zfs root file system but zone are still in UFS root file... (2 Replies)
Discussion started by: sb200
2 Replies

6. Solaris

Lost Root Password on VXVM Encapsulated Root Disk

Hi All Hope it's okay to post on this sub-forum, couldn't find a better place I've got a 480R running solaris 8 with veritas volume manager managing all filesystems, including an encapsulated root disk (I believe the root disk is encapsulated as one of the root mirror disks has an entry under... (1 Reply)
Discussion started by: sunnyd76
1 Replies

7. UNIX for Dummies Questions & Answers

How to allow access to some commands having root privleges to be run bu non root user

hi i am new to unix and i have abig task. i have to \run particular commands having root privileges from a non root user. i know sudo is one of the way but i need sum other approach kindly help Thanks (5 Replies)
Discussion started by: suryashikha
5 Replies

8. AIX

Can't login root account due to can't find root shell

Hi, yesterday, I changed root's shell in /etc/passwd, cause a mistake then I can not log in root account (can't find correct shell). I attempted to log in single-mode, however, it prompted for single-mode's password then I type root's password but still can not log in. I'm using AIX 5L version 5.2... (2 Replies)
Discussion started by: neikel
2 Replies

9. UNIX for Dummies Questions & Answers

I need it to prompt me for a root password, so I don't have to log as root

Hi folks, I'm trying to install a program, and I want to place some of the executables into /usr/bin so that they can be executed from any folder on the computer. I've been giveng the root password, but told never to log in directly as root. Instead, I can wait for a password prompt. However, I... (2 Replies)
Discussion started by: lunchtime
2 Replies

10. UNIX for Dummies Questions & Answers

Run non-root script as root with non-root environment

All, I want to run a non-root script as the root user with non-root environment variables with crontab. The non-root user would have environment variables for database access such as Oracle or Sybase. The root user does not have the Oracle or Sybase enviroment variables. I thought you could do... (2 Replies)
Discussion started by: bubba112557
2 Replies
Login or Register to Ask a Question