Typical Irix 6.5 configuration files - John Smith


System files and commands

Irix command

Result of this command

# cat /etc/sys_id

press here for result.

# cat /etc/services

press here for result.

# cat /etc/inetd.conf

press here for result.

# cat /etc/fstab

press here for result.

# cat /var/sysgen/master.d/scsi

press here for result.

...this file is used to setup non-sgi tape devices, use .... "mt -f /dev/tape status" to check

Irix command

Result of this command

# chkconfig

press here for result.

# nvram -v

press here for result.

# versions

press here for result.

# swap -l

press here for result.

...make your swap file with a command like ... "/usr/sbin/mkfile 50m /swap50"
and add something like this to your fstab ... "/swap50 swap swap pri=3 0 0"

Irix command

Result of this command

# cat /usr/etc/mediad.config

press here for result.


Network files and commands

Irix command

Result of this command

# cat /etc/hosts

press here for result.

# cat /etc/hosts.equiv

press here for result.

# cat /etc/resolv.conf

press here for result.

# cat /etc/nsswitch.conf

press here for result.

# cat /etc/exports

press here for result.

# cat /etc/config/ifconfig-1.options

press here for result.

# cat /etc/config/automount.options

press here for result.

# cat /etc/config/bootp-rfc1533.options

press here for result.

# cat /etc/config/ipaliases.options

press here for result.

# cat /etc/config/snetd.options

press here for result.

# cat /etc/init.d/network

press here for result.

# /usr/etc/netstat -ianr

press here for result.

...a proper network mask should appear in the /etc/hosts eg. ... "255.255.255.0 defaultmask"
...the automounter by default uses "/hosts", and easy way to change this is "ln -s /hosts /net"
...the easiest way to add a default route is to put this in the /etc/init.d/network ... "route add default 147.188.9.1 1 "


Printers and mail

Irix command

Result of this command

cat /etc/printcap

press here for result.

...remember to make all the directories referred to in printcap.

Irix command

Result of this command

cat /etc/sendmail.cf

press here for result.

cat /etc/mailcap

press here for result.

cat /etc/aliases

press here for result.


Users files

Irix command

Result of this command

cat /etc/passwd

press here for result.

cat /etc/group

press here for result.


Login files

Irix command

Result of this command

cat /etc/cshrc

press here for result.

cat /etc/common.rc

press here for result.


Samba

Irix command

Result of this command

cat /etc/init.d/samba

press here for result.

cat /usr/samba/lib/lmhosts

press here for result.

cat /usr/samba/lib/smb.conf

press here for result.


for each individual user

Irix command

Result of this command

cat ~kjs/.cshrc

press here for result.

cat ~kjs/.login

press here for result.

cat ~kjs/.auxchestrc

press here for result.

cat ~kjs/.rhosts

press here for result.

cat ~kjs/bin/.keymaps

press here for result.

cat ~kjs/bin/.env

press here for result.

cat ~kjs/bin/.alias

press here for result.