linux_wiki:log_in_and_switch_users_in_multiuser_targets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_wiki:log_in_and_switch_users_in_multiuser_targets [2016/02/29 22:41]
billdozor
linux_wiki:log_in_and_switch_users_in_multiuser_targets [2019/05/25 23:50]
Line 1: Line 1:
-====== Log In And Switch Users In Multiuser Targets ====== 
- 
-**General Information** 
- 
-Targets are the new "runlevels" equivalent if you are coming from RHEL 6.  
- 
----- 
- 
-View default target (target at boot) 
-<code bash> 
-~$ systemctl get-default 
-multi-user.target 
-</code> 
- 
-\\ 
-Switch User to root 
-<code bash> 
-su - 
-</code> 
-  * -, -l, --login => Load login profile (~/.bash_profile) 
-  * When no username is specified after options (such as -), root is assumed 
- 
-\\ 
-Types of profiles 
-  * ~/.bash_profile => Execute upon login shells 
-  * ~/.bashrc => Execute on every shell 
-  * /etc/profile => Executed on every user login (system wide environmentals) 
-  * /etc/bashrc => Executed on every user interactive shell (system wide functions and aliases) 
- 
----- 
  
  • linux_wiki/log_in_and_switch_users_in_multiuser_targets.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)