Re: Linux profile - a little offtopic

2001-07-02 Thread Peter McLarty

Hi
. profile and  its associates for the other shells need only be read only 
for the user. It is common behavior on a production server to have the 
majority of users profiles linked to a central profile file so it is only 
editable by the System Admin. This keeps a potential security hole at bay 
by not allowing users access to the .profiles or whatever you use for the 
user shell.

If the changes to .profile are not changing your shell then you are using a 
different shell. On Linux you will be almost certainly using bash by 
default so you will need to put changes in .bashrc or maybe .bash_profile


HTH
Peter

At 08:55 PM 1/07/2001 -0800, you wrote:


Kimberly,

Since .profile is of little use unless sourced,
why make it executable?

Maybe I missed something here, but I've never used
an executable .profile.

Jared

On Sunday 01 July 2001 11:15, Kimberly Smith wrote:
  Also, make sure the .profile is executable.  It isn't by default
  usually.  Also make sure the oracle account is setup to use a shell
  that the .profile actually applies to.  For example, ksh (my personal
  favoriate).  C shell uses the .login.
 
  -Original Message-
  Sent: Saturday, June 30, 2001 10:20 AM
  To: Multiple recipients of list ORACLE-L
 
  On June 30, 2001 01:30 pm, Csillag Zsolt wrote:
   Hi,
  
   Since I'd like to install Oracle for Linux, I need to change the
   profile for user 'oracle'.
  
   I edited the .profile file located in /home/oracle folder but it
   seems to me that this isn't the file that Linux loads at startup.
 
  Take a look at /etc/profile - this is the default system-wide user
  profile (be aware that all changes to this file will affect all
  non-root users on the system).
 
  Cheers,
  GC
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jared Still
   INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Peter McLarty
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Linux profile - a little offtopic

2001-07-01 Thread Rangachari Sundar

hi,

In linux it is bash shell and you have to change you bash_profile of oracle  and
not the .profile file. check that out

Csillag Zsolt wrote:

 Hi,

 Since I'd like to install Oracle for Linux, I need to change the profile for
 user 'oracle'.

 I edited the .profile file located in /home/oracle folder but it seems to me
 that this isn't the file that Linux loads at startup.

 T.I.A.

 Zsolt Csillag,
 Hungary

 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Csillag Zsolt
   INET: [EMAIL PROTECTED]

 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rangachari Sundar
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Linux profile - a little offtopic

2001-07-01 Thread Kimberly Smith

Also, make sure the .profile is executable.  It isn't by default
usually.  Also make sure the oracle account is setup to use a shell
that the .profile actually applies to.  For example, ksh (my personal
favoriate).  C shell uses the .login.

-Original Message-
Sent: Saturday, June 30, 2001 10:20 AM
To: Multiple recipients of list ORACLE-L


On June 30, 2001 01:30 pm, Csillag Zsolt wrote:
 Hi,

 Since I'd like to install Oracle for Linux, I need to change the
 profile for user 'oracle'.

 I edited the .profile file located in /home/oracle folder but it
 seems to me that this isn't the file that Linux loads at startup.

Take a look at /etc/profile - this is the default system-wide user 
profile (be aware that all changes to this file will affect all 
non-root users on the system).

Cheers,
GC
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gregory Conron
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kimberly Smith
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Linux profile - a little offtopic

2001-07-01 Thread Jared Still



Kimberly,

Since .profile is of little use unless sourced,
why make it executable?

Maybe I missed something here, but I've never used
an executable .profile.

Jared

On Sunday 01 July 2001 11:15, Kimberly Smith wrote:
 Also, make sure the .profile is executable.  It isn't by default
 usually.  Also make sure the oracle account is setup to use a shell
 that the .profile actually applies to.  For example, ksh (my personal
 favoriate).  C shell uses the .login.

 -Original Message-
 Sent: Saturday, June 30, 2001 10:20 AM
 To: Multiple recipients of list ORACLE-L

 On June 30, 2001 01:30 pm, Csillag Zsolt wrote:
  Hi,
 
  Since I'd like to install Oracle for Linux, I need to change the
  profile for user 'oracle'.
 
  I edited the .profile file located in /home/oracle folder but it
  seems to me that this isn't the file that Linux loads at startup.

 Take a look at /etc/profile - this is the default system-wide user
 profile (be aware that all changes to this file will affect all
 non-root users on the system).

 Cheers,
 GC
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jared Still
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Linux profile - a little offtopic

2001-06-30 Thread Csillag Zsolt

Hi,

Since I'd like to install Oracle for Linux, I need to change the profile for
user 'oracle'.

I edited the .profile file located in /home/oracle folder but it seems to me
that this isn't the file that Linux loads at startup.

T.I.A.

Zsolt Csillag,
Hungary 

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Csillag Zsolt
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Linux profile - a little offtopic

2001-06-30 Thread Gregory Conron

On June 30, 2001 01:30 pm, Csillag Zsolt wrote:
 Hi,

 Since I'd like to install Oracle for Linux, I need to change the
 profile for user 'oracle'.

 I edited the .profile file located in /home/oracle folder but it
 seems to me that this isn't the file that Linux loads at startup.

Take a look at /etc/profile - this is the default system-wide user 
profile (be aware that all changes to this file will affect all 
non-root users on the system).

Cheers,
GC
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gregory Conron
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Linux profile - a little offtopic

2001-06-30 Thread Richard Ji

What shell are you using?  Different shell uses different startup filename.
If you are using bash, then it's .bashrc

 [EMAIL PROTECTED] 06/30/01 12:30PM 
Hi,

Since I'd like to install Oracle for Linux, I need to change the profile for
user 'oracle'.

I edited the .profile file located in /home/oracle folder but it seems to me
that this isn't the file that Linux loads at startup.

T.I.A.

Zsolt Csillag,
Hungary 

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Csillag Zsolt
  INET: [EMAIL PROTECTED] 

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Richard Ji
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Linux profile - a little offtopic

2001-06-30 Thread George Schlossnagle

also, try  man bash (or whatever your shell is).  It will explain what 
files are sourced under which circumstances.

george

On Saturday, June 30, 2001, at 01:20 PM, Gregory Conron wrote:

 On June 30, 2001 01:30 pm, Csillag Zsolt wrote:
 Hi,

 Since I'd like to install Oracle for Linux, I need to change the
 profile for user 'oracle'.

 I edited the .profile file located in /home/oracle folder but it
 seems to me that this isn't the file that Linux loads at startup.

 Take a look at /etc/profile - this is the default system-wide user
 profile (be aware that all changes to this file will affect all
 non-root users on the system).

 Cheers,
 GC
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Gregory Conron
   INET: [EMAIL PROTECTED]

 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: George Schlossnagle
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).