



(8 ratings)
|
Pertinent files:
- /dev/console - A virtual console device usually called /dev/ttyn where "n" is a terminal number.
- /etc/ioctl.save - Contains the consoles ioctl(2) states
- /var/run/utmp - A file where information on current system users is stored. The commands "w" and "who" can be used to display information in this file.
- /var/log/wtmp - Has a record of all logins and logouts
- /dev/initctl - Init's control fifo buffer file. Init listens on this fifo file for messages. Telinit uses this to communicate with init. The file initctl is not a script file.
- /etc/passwd - Contains information about the user including the ID, name, home directory, and the path to the preferred shell program. If not using shadow passwords, this file may also contain user passwords.
In /etc/rc.d/rc0.d are kill and start scripts for various services. The kill scripts start with the letter "K" and the startup scripts start with the letter "S".
20 Random Tutorials from the same category :
Changing the default window manager
Using Emacs
Change from text login to graphical login
An abbreviated description of the Linux Boot up process
A Quick Introduction to Bash Programming - Part 2
How to mount filesystems in Linux
Execute a task 'at' the time you want..
Installing software from source in Linux
Basic Graphics Programming With The Xlib Library
Multi-Threaded Programming With POSIX Threads
Introduction To Unix Signals Programming
Getting LILO to boot Windows (by default)
How to find - Size of a directory & Free disk space
Scheduling tasks using Cron - Part I
Running multiple X sessions
How to view text files in Linux
Windows COM Ports equivalent in Linux
Debugging "C" And "C++" Programs Using "gdb"
Configure PPP for dialup for a single machine
Manipulating files in Linux













