[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: profile
- From: "John O'Loughlin" <j oloughlin qmul ac uk>
- To: General Red Hat Linux discussion list <redhat-list redhat com>
- Subject: Re: profile
- Date: Fri, 27 May 2005 10:26:15 +0100
The first process the kernel starts is init which has its configuration
in /etc/inittab. Have a read through this file and also through the
scripts init runs such as rc.sysinit.
When you log in, your shell will have a login file it reads, for Bash
its .bash_profile. The file .bashrc gets read whenever a new shell gets
started (say when you open an xterm for example). If you look at
.bash_profile you will probably see something like ..
if [ -f ~/.bashrc ]; then .~/.bashrc; fi
which just means that if .bashrc exists then it gets read by your login
shell.
The tcsh shell has .login and a .tschrc which do the same thing for it.
John
On Fri 27 May 2005 at 14:12, Muhammad Rizwan (rizwan nixpanel com) wrote:
>
> Hello
>
> When Linux starts, which profile it loads.
>
> Any idea?
>
> Thanks!
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request redhat com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]