LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   deails about the files (https://www.linuxquestions.org/questions/linux-newbie-8/deails-about-the-files-789657/)

sumit1203 02-17-2010 04:33 AM

deails about the files
 
what are the use of these files?
/etc/profiles
.bash_profile
/etc/bashrc
can somebody explain me in detail

linuxlover.chaitanya 02-17-2010 04:41 AM

Have you googled about them? You can easily find it out searching the web. Another way is to open up any of the file you want to know about and read it.

neonsignal 02-17-2010 04:49 AM

The Linux Documentation Project has a good introduction to the shell initialization files.

mesiol 02-17-2010 05:27 AM

Hye,

Code:

man bash
is your friend.

prayag_pjs 02-17-2010 06:12 AM

All these are called system startup scripts:


/etc/profile This script file is run first for all users during the login process
$HOME/.bash_profile This script file is run for individual user's customized setup
$HOME/.bash_login If the .bash_profile above does not exist, this file is run
$HOME/.profile This script file is run if $HOME/.bash_profile and .bash_login don't exist

chrism01 02-17-2010 07:10 PM

http://rute.2038bug.com/index.html.gz


All times are GMT -5. The time now is 08:04 PM.