Whereis the Linux File
From The D.U.C.K. Project
- whereis_the_file.txt - where a file/program is and what it does.
- alphabetical order ascending A-Z fle, descripting, loc, use.
- pico users replace 'vi' with 'pico' in the examples below
- alphabetically listed, this reference is growing
Contents |
[edit] a
[edit] aliases
basic system mail aliases for mail delivery
/etc/aliases ex: vi /etc/aliases
[edit] aliases.db
file created when newaliases is run and is the database from entries in the aliases text file
/etc/aliases.db ex: /usr/bin/newaliases
[edit] f
[edit] fstab
static information about your system's filesystem
/etc/fstab ex: vi /etc/fstab
[edit] h
[edit] httpd.conf
configuration for Apache web server - text
/etc/httpd/conf/httpd.conf ex: vi /etc/httpd/conf/httpd.conf
[edit] i
[edit] ifconfig
configure or display a network interface
/sbin/ifconfig ex: vi /sbin/ifconfig
[edit] ifup
loads route table for lan (script)
/sbin/ifup & /etc/sysconfig/network-scripts/ifup ex: /sbin/ifup eth0
[edit] inetd.conf
describes services available sserver (text)
/etc/ ex: edit file & send INETD process SIGHUP signal
[edit] inittab
set processes started at boot and during operation
/etc/inittab ex: vi /etc/inittab
[edit] n
[edit] network
used by ifup, network info (text)
/etc/sysconfig/network ex: <none>
[edit] p
[edit] passwd
user admin file and passwords for users (text)
/etc/passwd ex: vi /etc/passwd
[edit] r
[edit] resolv.conf
initial domain name and name server addresses
enter your DNS server address here /etc/resolv.conf ex: vi /etc/resolv.conf
[edit] s
[edit] securetty
user admin file for system tty's (text)
/etc/ ex: vi /etc/securetty
[edit] t
[edit] tulip.o
netcard driver (object file)
/lib/modules/2.0.32/net/ ex: modprobe /lib/modules/2.0.32/net/tulip.o
This file is a collective effort.
Questions / Comments / Contributions to:
d e v e l o p e r @ r o b o t z . c o m
People that originally contributed to this document:
- Krissy <k r i s s y j @ r o b o t z . c o m>
- Roach <r o a c h @ r o b o t z . c o m>
