09-20-2010
What commands do not work that have been suggested
here,
here, or
here
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi All,
I am new to Unix and am working on AIX ( rs6000 ). I am looking for the system info of the unix box like
1. Number of CPUs
2. CPU speed
3. RAM size
Your help is much appreciated
Thanks
rao. (6 Replies)
Discussion started by: rao
6 Replies
2. UNIX for Dummies Questions & Answers
I've never had trouble installing freebsd or any linux/unix system on any computer i've tried to do it on. I just recently aquired a Packard Bell, 75mhz Pentium, 482 i believe. Im having difficulty installing it. I have FreeBSD 5.1 on cd and the computer wont even recognize the cd on boot, so it... (2 Replies)
Discussion started by: MadProfessor
2 Replies
3. HP-UX
How do I get the system information on a HP UNIX server. details like CPU speed, number of processors etc. (4 Replies)
Discussion started by: Olamide
4 Replies
4. Shell Programming and Scripting
hi
I am new to this forum. hope to get help from u all.
how can i write these by using shell programming?
1. The name of the machine and the date/time at which the report was produced.
2. Licensing information such as the operating system revision level and license restrictions in terms of... (1 Reply)
Discussion started by: nokia1100
1 Replies
5. BSD
how can we create a folder invisible to the userspace, i.e no flavor of "ls" should be able to retrieve it, it should exist and we should be able to work with it like any other folder.
Specifically, hat changes do we need to make in the kernel... I am thinking of a whiteout entry but not sure... (3 Replies)
Discussion started by: warrior1234
3 Replies
6. HP-UX
Hi,
I'm writing a script to display a lot of information which describe a server (OS distrib, release, Hardware platform, CPU, HD, S/N...).
For Linux side it is ok as you have almost all the information in /proc/cpuinfo, /proc/meminfo... and you can use dmidecode but for HP-UX I didn't find... (13 Replies)
Discussion started by: biker007fr
13 Replies
7. Infrastructure Monitoring
Hi,
How to get the Linux system hardware and software basic information using terminal command ?
Here below i have specified some of the information i need. Please have a look at this and guide me.
OS Name:
OS Version :
OS Manufacturer:
OS Configuration:
OS Build Type:... (6 Replies)
Discussion started by: forumguest
6 Replies
8. Solaris
Hi,
How to get the Solaris system hardware and software basic information using terminal command with guest login?
Here below i have specified some of the information i need. Please have a look at this and guide me.
OS Name:
OS Version :
OS Manufacturer:
OS Configuration:
... (15 Replies)
Discussion started by: forumguest
15 Replies
9. BSD
Hey all,
This is my first post and I'm a brand new unix user. Just to let ya know, my technical knowledge consists of windows and linux(Ubuntu, Fedora, Sabayon, and Arch Linux), so I'm not a complete NOOB at using unix-like OSes. Anyway, I installed FreeBSD 8.1 yesterday and everything is... (0 Replies)
Discussion started by: nathanbrownitt
0 Replies
10. AIX
Hi all,
I have googled around quite a bit and tried many different commands to get system information about my AIX 5.3 box but none of the commands I've used have given me quite what I'm looking for. I am interested in finding out the model of the motherboard, and amount of available RAM, the... (2 Replies)
Discussion started by: ThePistonDoctor
2 Replies
LEARN ABOUT OSF1
gettydefs
gettydefs(4) Kernel Interfaces Manual gettydefs(4)
NAME
gettydefs - Terminal attributes
SYNOPSIS
/etc/gettydefs
DESCRIPTION
The gettydefs file supplies the getty command with information about various terminal attributes, such as the default initialization and
the login message. The gettydefs file contains single line entries that are separated by blank lines. Each entry contains five fields;
each field is separated by a number sign (#). You can indicate comments in the file by putting a number sign (#) at the beginning of a
line.
When the getty command is invoked, it scans the gettydefs file for the first entry with a matching identifier field (see below). If the
gettydefs file cannot be opened, internal default settings are used. If a match is found, then the matching entry is parsed, and the ter-
minal attributes are set based on the fields specified in the entry. If a match is not found, the first gettydefs file entry is used;
therefore the first entry in gettydefs must be the default entry. The maximum length of each entry is 255 characters.
The format of each entry is as follows:
Identifier#Iflag#Fflag#Message#Next Identifier
Identifies an entry. The getty command uses an identifier as an argument and searches for the first entry with a matching identifier
field. The identifier must be unique. Specifies the initial terminal flags that the getty command uses to set the terminal attributes
after a line has been successfully opened. There are four categories for the terminal attributes. The input flags control the basic input
attributes. The output flags control how the terminal system processes output. The control flags describe how the hardware controls the
terminal. The local flags control various terminal functions. Refer to termios(4) for the description of the possible settings on a ter-
minal port. You can specify the symbol SANE to select default settings. The default settings set the input flags to BRKINT, IGNPAR, ICRNL
and IXON; the output flags to OPOST and ONLCR; the control flags to CS8, and CREAD; and the local flags to ISIG, ICANON, IEXTEN, ECHO,
ECHOK. Specifies the final terminal flags used by the getty command. These flags are set after the getty command receives a valid login
name from the standard input. The output flags and the control flags are set to the terminal attributes specified in Fflag. The input
flags and local flags are appended to the initial flags specified in the Iflag field. Specifies the login message. The login message can
include the character sequence %h to obtain the host name and %t to obtain the terminal name. This field is limited to 79 characters.
Specifies that if the speed specified in the current entry was incorrect, the entry corresponding to this field should be used. The getty
command obtains the new entry from this field, and the scan process is repeated.
EXAMPLES
The following is an example of an entry in the gettydefs file containing settings for an 8 bit, no parity, 9600 baud, locally connected
terminal line: 9600# B9600 HUPCL CS8 CLOCAL # B9600 SANE IXANY TAB3 CLOCAL #login: #9600 The following is an example of an entry in the
gettydefs file containing settings for a 8 bit, no parity, 2400 baud, dial in modem line: M2400# B2400 HUPCL CS8 # B2400 SANE IXANY TAB3
HUPCL #login: #M1200
FILES
Specifies the command that initializes and controls terminal lines.
RELATED INFORMATION
Commands: getty(8)
Functions: kill(2) delim off
gettydefs(4)