Relogin


 
Thread Tools Search this Thread
Operating Systems Solaris Relogin
# 1  
Old 11-27-2012
Relogin

hello,
how to re-login with other user without shutting down the system in solaris 10. And how to change the shell from root user to normal user.
for example:

if we type "su -" it logs to super user "#" and how to get back to "$"..

Last edited by DukeNuke2; 11-27-2012 at 06:25 PM..
# 2  
Old 11-27-2012
Quote:
Originally Posted by newbobby
hello,
how to re-login with other user without shutting down the system in solaris 10.
That depends on how you logged in in the first place (ssh, CDE, gnome, ...).
Quote:
And how to change the shell from root user to normal user.for example
: if we type "su -" it logs to super user "#"and how to get back to "$"..
exit or ^D (Control-D).
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Python FTP login and relogin with other data in one wash?

I have a short part of the script like this, which scrans ftp ips from a list and login with the data specified. login1 pssword1is it possible to try sevral login data without starting the script again with modified login data? somehow like: if (login1 pw1 or login2 pw2 or login3 pw3) {... (0 Replies)
Discussion started by: lowmaster
0 Replies
Login or Register to Ask a Question