Initialization & Startup Files


 
Thread Tools Search this Thread
Operating Systems AIX Initialization & Startup Files
Prev   Next
# 1  
Old 02-13-2006
Initialization & Startup Files

Hi Every Body, I want to know which files are read by the system during startup (initialization files) & in which order they are read?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Apache tomcat startup script not booting at startup.

I copied the script from an AskUbuntu post - #!/bin/bash ### BEGIN INIT INFO # Provides: tomcat7 # Required-Start: $network # Required-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/Stop Tomcat server ### END INIT INFO ... (14 Replies)
Discussion started by: Hijanoqu
14 Replies

2. UNIX for Dummies Questions & Answers

Startup Files in Unix

Hi All, Can some one pls explain the order in which the startup files are run? For Bourne shell .profile is run., But what other startup files are present? When is the .aliases file called. (4 Replies)
Discussion started by: gsrikanth99
4 Replies

3. UNIX for Dummies Questions & Answers

Which are root's startup files?

I was going through a server hardening manual. At some interval it was mentioned that there should not be any alias for commands defined in roots startup files . How would i check it? (3 Replies)
Discussion started by: pinga123
3 Replies

4. SuSE

Executing set of sh files at system startup

Hi Everybody I am totally new to Linux. We are using Suse Linux version 9. Currently we have 4 to 5 shell scripts which needs to be executed manually by the users.I want these scripts to be run automatically when system starts...something like system startup service. When system is... (1 Reply)
Discussion started by: appleforme1415
1 Replies

5. UNIX for Dummies Questions & Answers

Shell initialization files

As you know, when a user logs in, the shell reads the initialization files in an order something like below... ################### Bourne Shell /etc/profile > $HOME/.profile Bash Shell /etc/profile > $HOME/.bash_profile > $HOME/.bash_login > $HOME/.profile > $HOME/.bashrc C Shell... (3 Replies)
Discussion started by: SeanWuzHere
3 Replies

6. UNIX for Dummies Questions & Answers

log files for startup?

log files for startup for AIX is /etc/rc.log.old how about for hpux and solaris? (1 Reply)
Discussion started by: yls177
1 Replies

7. UNIX for Advanced & Expert Users

remote startup of login & sessions

Hello All, I would like to know if anyone has done or has information on how to start a workstation up form another remote station. For example I am sitting at station A and I want to start up a session on station B, setting display to output on station B "0.0". Here is the tricky part station... (2 Replies)
Discussion started by: larry
2 Replies

8. UNIX for Dummies Questions & Answers

Re-initializing startup files without rebooting

Sorry for the newbie question. I'm using OSX BSD by remotely logging in and need to re-initialize the startup sequence but don't want to reboot the machine. How can I do it? Thanks for any help. (3 Replies)
Discussion started by: DrScar
3 Replies
Login or Register to Ask a Question
CUUM(1) 						      General Commands Manual							   CUUM(1)

NAME
cuum - To start the front-end processor. SYNOPSIS
cuum [-h/H] [-x/X] [-k uumkeyfile ] [-c convertkeyfile ] [-r rkfile ] [-D hostname ] [-n username ] [-l lines ] DEFAULT PATH
/usr/local/bin/cWnn4/cuum DESCRIPTION
There are two more input environments: (1) Pinyin centred input environment (2) Zhuyin centred input environment These two environments can be started up by using the "-r" option of the "cuum" command together with the default path of each input envi- ronment. For example, to activate Pinyin centred input environment, execute the following: cuum -r /usr/local/lib/wnn/zh_CN/rk_p Once "cuum" is executed, the initialization file for the front-end processor will be read from ONE of the following paths, in decreasing order: (1) The file specified by the UUMRC C-Shell environment variable. (2) @HOME/.uumrc (3) /usr/local/lib/wnn/zh_CN/uumrc (default path) After the initialization file is read, all the initializing operations set in the file will be performed. If the user happens to start up cuum after it has already been started, an error message will be given. Refer to cWnn manual for the error messages. OPTIONS
-H The input mode will be set to ON after the startup of cuum. -h The input mode will be set to OFF after the startup of cuum (default). -X During cuum startup, the flow control of tty is ON (default). -x During cuum startup, the flow control of tty is OFF. -k uumkeyfile Specify the keyboard definition file. If this option is not specified, ONE of the following definition files will be read by default, in decreasing order: (1) The filename indicated by "setuumkey" in the initialization file "uumrc". (2) /usr/local/lib/wnn/zh_CN/uumkey -c convertkeyfile Specify the conversion file for the keyboard input codes. If this option is not specified, ONE of the following files will be read by default, in decreasing order: (1) The filename indicated by "setconvkey" in the initialization file "uumrc" . (2) /usr/local/lib/wnn/cvt_key_tbl -r rkfile Specify the directory of the input mode definition file of the input automaton. If this option is not specified, ONE of the follow- ings will be read by default, in decreasing order: (1) The directory indicated by "setrkfile" in the initialization file "uumrc". (2) /usr/local/lib/wnn/zh_CN/rk -l lines Specify the number of lines for input at the front-end processor. (0 < lines < window_line-1). The maximum input line is the window line minus one. The default line number is 1. -D hostname Specify the server at another host indicated by hostname. In this case, each user environment may be set via "setenv" in the front-end processor initialization file, for example "uumrc". If no hostname is specified, the one specified by the environment variable CSERVER will be used. -n username Specify the username for the front-end processor. If the username is not specified, the value in environment variable UUMUSER will be taken as the default value. If UUMUSER is not defined, the username of the current front-end processor will be taken. NOTE
1. The command options inside [ ] shown in the Command Format indicates that they are optional. If they are not required, "cuum" alone is sufficient to start up the front-end processor. 2. During the startup of cuum, a "pty" is required from the operating system. If "pty" is unable to be obtained, cuum startup will fail. Similarly, if the initialization file, input automaton definition files and keyboard definition file cannot be read in, cuum startup will also fail. 13 May 1992 CUUM(1)