1748279 Members
4142 Online
108761 Solutions
New Discussion юеВ

Re: Login

 
SOLVED
Go to solution
Indrajit Bhagat
Regular Advisor

Login

Hi all,

In our enviorment, we are login in all server using
ssh l11111111@servername

afer that it ask passwd
and then every time we have to do:

cd /usr/seos/bin
./sesu -

Is there any shortcut way to like something to add in profile so that it cannot be done always
3 REPLIES 3
Kenan Erdey
Honored Contributor
Solution

Re: Login

Hi,

just put it in users .profile file.
Computers have lots of memory but no imagination
Sandeep_Chaudhary
Trusted Contributor

Re: Login

just add following line in .profile at the end. If u want to apply to to all user on particular machine then add to /etc/profile

cd /usr/seos/bin
./sesu -
sreekanthtm
Trusted Contributor

Re: Login

Do you want to do this steps even as root user??
Then add these commands to /.profile

cd /usr/seos/bin
./sesu -

Otherwise add to .profile of each user.
Each user have .profile in their home directory.