Sponsored Content
Operating Systems Solaris Restarting inetd picks up environment, passed on via telnet Post 302660567 by mde on Friday 22nd of June 2012 04:00:47 PM
Old 06-22-2012
Quote:
Originally Posted by Corona688
Every process you create inherits a copy of your environment variables, and anything they create gets copies too.

I hadn't expected that would matter to a system service, though! I thought such things usually clear the environment then set a strict one of their own.
Exactly so. A system daemon (such as inetd) should surely be protected from inheriting it's parent process's environment in the normal way.

A warning to us all when writing service initialisation scripts, I think. Not inetd's fault, perhaps?

I was also surprised that this environment was inherited by telnet and by the login process. I somehow expected that a login shell would inherit only a predefined environment from the system configuration.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Inetd and security

Ok, So I've been lazy over the past 3 years with the SCO server I maintain, as it just primarily hosts my private networked proprietary software, until now. We have dedicated net access, in which the SCO server is not setup for and not going to be setup to connect to the internet by any direct... (8 Replies)
Discussion started by: ftn96
8 Replies

2. Shell Programming and Scripting

refreshing inetd

Hi I have a question, what is the purpose of this command and what will it do "refresh -s inetd" Thanks in Advance Swaraj (3 Replies)
Discussion started by: kswaraj
3 Replies

3. HP-UX

inetd process

-------------------------------------------------------------------------------- Hi All , I have a client an server among which i want to make the server an inetd process. I have enries in etc/services and etc/inetd.conf The enries looks like below etc/services servername 5551/tcp... (4 Replies)
Discussion started by: binums
4 Replies

4. IP Networking

Error inetd

Hi , I need help, today I restarted the server, when the machine was up, it had been to writte in the file osmlog that : "inetd: talk/udp: bind: Address already in use" This message appears in ten minutes every time. Why ? Thanks. (6 Replies)
Discussion started by: By_Jam
6 Replies

5. Solaris

cannot telnet after restarting server

Dear guys, Pls help me this case. I telnet normally to Solaris. After restarting it manually, I can only console, cannot telnet from my latop although I can ping it. I checked /etc/default/login /usr/sbin/in.telnetd /etc/inet/inetd.conf All these files are the same. I don't see telnet... (2 Replies)
Discussion started by: wipi
2 Replies

6. Solaris

Inetd problem

Hi All, When i am trying to restart the inetd daemon it throughing error. Please find the message and tell me what i need to do ? Apr 7 22:57:37 HYDOHS01 inetd: ISTATE not in environment Apr 7 22:57:41 HYDOHS01 inetd: stop: No such file or directory Apr 7 22:58:01 HYDOHS01 inetd: ... (5 Replies)
Discussion started by: lbreddy
5 Replies

7. Shell Programming and Scripting

loop picks up password for 2 entry...how to avoid that ?

hello all, i am trying to find a better to do what i am doing right now... i have a file called sidlist...which has my database_name and password to the respective database so something like below.. file is called sidlist and entry is below... test, abc123 kes12, abcd12 pss, abcd1234... (5 Replies)
Discussion started by: abdul.irfan2
5 Replies

8. UNIX for Dummies Questions & Answers

From where mv command picks

Hi, I am using mv command for moving file mv /tmp/test /tmp/test_bkp but I am getting change from notrun to 0 failed: Could not find command 'mv' I am using mv command in puppet language, so generally we use like below command => "/usr/bin/awk '/search/ { print $1}' /tmp/test ... (1 Reply)
Discussion started by: stew
1 Replies
environ(7)						 Miscellaneous Information Manual						environ(7)

Name
       environ - user environment

Syntax
       extern char **environ;

Description
       An  array  of  strings,	called	the  environment,  is made available by when a process begins.	By convention, these strings have the form
       ``name=value''.	The following names are used by various commands:

       PATH    The sequence of directory prefixes that and apply in searching for a file known by an incomplete path name.  The prefixes are sepa-
	       rated by a colon (:).  The command sets

       HOME    A user's login directory, set by from the password file

       TERM    The  kind  of terminal for which output is to be prepared.  This information is used by commands, such as or which may exploit spe-
	       cial terminal capabilities.  See in for a list of terminal types.

       SHELL   The file name of the user's login shell.

       TERMCAP The string describing the terminal in TERM or the name of the termcap file.  For further information, see and

       EXINIT  A startup list of commands read by and

       USER    The login name of the user.

       PRINTER The name of the default printer to be used by and

       Further names may be placed in the environment by the command and ``name=value'' arguments in or by the command if you  use  Arguments  can
       also be placed in the environment at the point of an It is unwise to conflict with certain variables that are frequently exported by files:
       and

See Also
       csh(1), ex(1), login(1), sh(1), execve(2), system(3), termcap(3x), passwd(5), termcap(5)

																	environ(7)
All times are GMT -4. The time now is 07:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy