The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM


Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
xml value chnage, need help jkl_jkl Shell Programming and Scripting 2 02-07-2008 10:41 PM
Solaris 10 - dtlogin port chnage? kungpow SUN Solaris 5 02-05-2007 05:50 PM
Can not login unrecognised Forum Support Area for Unregistered Users & Account Problems 1 02-07-2006 12:34 PM
cannot login after changing login shell hardesh HP-UX 4 09-13-2005 09:21 PM
why i have local.profile, local.cshrc,local.login instead of .profile, .login ? abidmalik UNIX for Dummies Questions & Answers 5 08-26-2002 10:47 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 04-08-2008
Registered User
 

Join Date: Mar 2007
Posts: 17
Chnage direcortory upon login

Hi,

I am using Redhat 4AS and I'm planning to change the default directory (/home/psuser) upon login to /opt/directory/.

This is my .bash_profile entry:
Code:
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
. ~/test
This is the entry of my test file:
Code:
cd /opt/some directory/
However when i logged in using psuser account, im still directed to /home/psuser. Can anyone know what am i doing wrong?

Thanks!
Reply With Quote
Forum Sponsor
  #2  
Old 04-09-2008
sysgate's Avatar
Unix based
 

Join Date: Nov 2006
Location: /root
Posts: 1,200
Why do you have " . ~/test " I have in my test .bashrc file :
Code:
[test@host]$ cat ~/.bashrc
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

cd /opt/
and it works OK.
Reply With Quote
  #3  
Old 04-09-2008
Registered User
 

Join Date: Mar 2007
Posts: 17
Do you mean that i should put the cd /opt/some directory/ to the .bashrc instead of the .bash_profile?

I thought that the .bash_profile is the same as the .profile of some unix machine..
Reply With Quote
  #4  
Old 04-09-2008
era era is offline
Herder of Useless Cats
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,650
It's not exactly the same. bash executes .bash_profile when you first log in, but if you are in an X session and open a new terminal window, that doesn't necessarily count as a login. Can you add some simple debug statement to your .bash_profile to see when it is actually executed?

Code:
echo '## .bash_profile' >&2
Reply With Quote
  #5  
Old 04-09-2008
Registered User
 

Join Date: Mar 2007
Posts: 17
The .bash_profile is not being executed.
I'm actually doing a telnet session from a remote machine.

I also tried to add the "cd /opt/some directory" to my .bashrc but still its not wroking. I don't know what's wrong with our linux machine.
Reply With Quote
  #6  
Old 04-09-2008
era era is offline
Herder of Useless Cats
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,650
Can you tell whether your .bashrc is being invoked when you log in then? Add some debug print there too.
Reply With Quote
  #7  
Old 04-10-2008
Registered User
 

Join Date: Dec 2007
Location: Virginia, USA.
Posts: 250
The obvious question is what shell are you assigned in your password entry...
Reply With Quote
Google The UNIX and Linux Forums
Reply

Tags
linux

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 03:08 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0