The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-11-2009
chebarbudo's Avatar
chebarbudo chebarbudo is offline
Registered User
  
 

Join Date: Nov 2008
Location: various
Posts: 188
Question how to reload the shell session

Hi there,
I got to find out that if I make changes in the prompt or command aliases from .bashrc, I could apply those changes immediately with the command:

Code:
source ~/.bashrc

There's another situation when I'd like to apply changes without loging out and in again: If I add someone to a group of user so he/she can access some files, how can this person apply changes immediatly?

Thanks for your help.
Santiago