Re: Odd BASH behavior...
From: mjt (mjtobler_at_removethis_consultant.com)
Date: 12/04/03
- Previous message: Chris Share: "Re: What Linux distribution for a modest hardware?"
- In reply to: Hawk: "Odd BASH behavior..."
- Next in thread: Bill Marcum: "Re: Odd BASH behavior..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 04 Dec 2003 01:31:46 GMT
On Wed, 3 Dec 2003 10:02:56 -0600, "Hawk" <jedi001@netscape.net> wrote:
> Here's where the oddity kicks in ... I re-exported my path to add
> '/usr/sbin' back but programs in that dir
# There are 3 different types of shells in bash: the login shell,
# normal shell and interactive shell. Login shells read ~/.profile
# and interactive shells read ~/.bashrc; in our setup, /etc/profile
# sources ~/.bashrc - thus all settings made here will also take
# effect in a login shell.
# NOTE: It is recommended to make language settings in ~/.profile
# rather than here, since multilingual X sessions would not work
# properly if LANG is over-ridden in every subshell.
... you might also want to run 'chkrootkit'
.
-- /// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\ \\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" /// Personifiers Unite! You have nothing to lose but Mr. Dignity!
- Previous message: Chris Share: "Re: What Linux distribution for a modest hardware?"
- In reply to: Hawk: "Odd BASH behavior..."
- Next in thread: Bill Marcum: "Re: Odd BASH behavior..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|