What Is Linux?
Size: 2 KB, Last Update:9 Jul 2002
What Is Linux?
Linux is the kernel of operating systems that look like and perform as
How to Get Started
Size: 2 KB, Last Update:9 Jul 2002 How to Get Started There are a handful of major Linux distributions. For information
about
What Software does Linux Support?
Size: 1 KB, Last Update:9 Jul 2002
What Software does Linux Support?
All of the standard open source utilities, like GCC,
How to Find a Particular Application
Size: 2 KB, Last Update:9 Jul 2002 How to Find a Particular Application Look first in the Linux Software Map. It's at:
ftp://
What Hardware Is Supported?
Size: 1 KB, Last Update:9 Jul 2002
What Hardware Is Supported?
A minimal Linux installation requires a machine for which a
Ports to Other Processors
Size: 5 KB, Last Update:9 Jul 2002 Ports to Other Processors The Web site, Overview of Linux Ports:
http://www.itp.uni-hannov
Minimum and Maximum Memory Requirements
Size: 2 KB, Last Update:9 Jul 2002 Minimum and Maximum Memory Requirements At least 4MB, and then you will need to use special in
What Is Linux's Open-Source License?
Size: 1 KB, Last Update:9 Jul 2002
What Is Linux's Open-Source License?
The Linux trademark belongs to Linus Torvalds. He
Is Linux *nix?
Size: 1 KB, Last Update:9 Jul 2002
Is Linux *nix?
Not officially, until it passes the Open Group's certification tests,
What News Groups Are There for Linux?
Size: 3 KB, Last Update:9 Jul 2002
What News Groups Are There for Linux?
Comp.os.linux.announce is the moderated announcem
Where Are the Linux FTP Archives?
Size: 5 KB, Last Update:9 Jul 2002
Where Are the Linux FTP Archives?
There are three main archive sites for Linux:
How To Get Linux without FTP Access
Size: 1 KB, Last Update:9 Jul 2002 How To Get Linux without FTP Access The easiest thing is probably to find a friend with FTP ac
What Mailing Lists Are There?
Size: 2 KB, Last Update:9 Jul 2002
What Mailing Lists Are There?
The Linux developers now mainly use the Majordomo server
Can Linux Use Stacked/DBLSPC/Etc
Size: 1 KB, Last Update:9 Jul 2002 Can Linux Use Stacked/DBLSPC/Etc Until recently, not very easily. You can access DOS 6.X volum
Can Linux Access OS/2 HPFS Partitions?
Size: 1 KB, Last Update:9 Jul 2002
Can Linux Access OS/2 HPFS Partitions?
Yes, but Linux access to HPFS partitions is read
Can Linux Access Amiga File Systems?
Size: 1 KB, Last Update:9 Jul 2002
Can Linux Access Amiga File Systems?
The Linux kernel has support for the Amiga Fast Fi
Can Linux Access BSD, SysV, Etc
Size: 1 KB, Last Update:9 Jul 2002 Can Linux Access BSD, SysV, Etc Recent kernels can mount (read only) the UFS file system used
Can Linux Access SMB File Systems?
Size: 1 KB, Last Update:9 Jul 2002
Can Linux Access SMB File Systems?
Linux supports read/write access of Windows for Work
Can Linux Use True Type Fonts?
Size: 1 KB, Last Update:9 Jul 2002
Can Linux Use True Type Fonts?
Yes. There are a number of True Type font servers for th
Can Linux Boot from MS-DOS?
Size: 1 KB, Last Update:9 Jul 2002
Can Linux Boot from MS-DOS?
If LILO doesn't work, and if the machine has MS-DOS or Micr
How To Get Linux to Work with a Disk
Size: 1 KB, Last Update:9 Jul 2002 How To Get Linux to Work with a Disk If your disk is an IDE or EIDE drive, you should read the
How To Undelete Files
Size: 1 KB, Last Update:9 Jul 2002 How To Undelete Files In general, this is very hard to do on unices because of their
multi
How To Make Backups
Size: 1 KB, Last Update:9 Jul 2002 How To Make Backups You can back up a directory hierarchy or complete file system to any
m
Is There a Defragmenter for Ext2fs?
Size: 1 KB, Last Update:9 Jul 2002
Is There a Defragmenter for Ext2fs?
Yes. There is defrag, a Linux file system defragmen
The Swap Area Isn't Working
Size: 1 KB, Last Update:9 Jul 2002 The Swap Area Isn't Working When you boot (or enable swapping manually) you should see
How To Add Temporary Swap Space
Size: 1 KB, Last Update:9 Jul 2002 How To Add Temporary Swap Space In addition to a swap partition, Linux can also use a swap fil
Root File System Is Read-Only
Size: 1 KB, Last Update:9 Jul 2002 Root File System Is Read-Only Remount it. If /etc/fstab is correct, you can simply type:
What Is /proc/kcore?
Size: 1 KB, Last Update:9 Jul 2002
What Is /proc/kcore?
None of the files in /proc are really there--they're all, "pretend
The AHA1542C Doesn't Work with Linux
Size: 1 KB, Last Update:9 Jul 2002 The AHA1542C Doesn't Work with Linux The option to allow disks with more than 1024 cylinders,
How To Compile Programs
Size: 1 KB, Last Update:9 Jul 2002 How To Compile Programs Most Linux software is written in C and compiled with the GNU C
co
How To Install GNU Software
Size: 1 KB, Last Update:9 Jul 2002 How To Install GNU Software On a correctly configured system, installing a GNU software packag
Where To Get Java
Size: 1 KB, Last Update:9 Jul 2002 Where To Get Java The Sun Microsystems Java runtime environments and developer's kits
are
How To Port XXX to Linux
Size: 1 KB, Last Update:9 Jul 2002 How To Port XXX to Linux In general, *nix programs need very little porting. Simply follow the
What Is ld.so and How To Get It?
Size: 1 KB, Last Update:9 Jul 2002
What Is ld.so and How To Get It?
ld.so is the dynamic library loader. Each binary using
What Does "gcc -O6" Do?
Size: 0 KB, Last Update:9 Jul 2002
What Does "gcc -O6" Do?
Currently, the same as -O2 (GCC 2.5) or -O3 (GCC 2.6, 2.7). Any
Where Are linux/*.h and asm/*.h?
Size: 1 KB, Last Update:9 Jul 2002
Where Are linux/*.h and asm/*.h?
The files /usr/include/linux/ and /usr/include/asm/ ar
How To Make a Shared Library
Size: 1 KB, Last Update:9 Jul 2002 How To Make a Shared Library For ELF,
$ gcc -fPIC -c *.c
$ gcc -shared -Wl,-sonam
Programs Are Very Large
Size: 1 KB, Last Update:9 Jul 2002 Programs Are Very Large With an ELF compiler ("What's All This about ELF? glibc?"), the most
Where To Find lint for Linux
Size: 1 KB, Last Update:9 Jul 2002 Where To Find lint for Linux Roughly equivalent functionality is built into GCC. Use the -Wall
Where To Find Kermit for Linux
Size: 1 KB, Last Update:9 Jul 2002 Where To Find Kermit for Linux Kermit is distributed under a non-GPL copyright that makes its
How To Use Linux with a Cable Modem
Size: 0 KB, Last Update:9 Jul 2002 How To Use Linux with a Cable Modem The www.CablemodemInfo.com and xDSL Web page at
http:/
FTP Transfers Seem to Hang
Size: 2 KB, Last Update:9 Jul 2002 FTP Transfers Seem to Hang FTP transfers that die suddenly are due, apparently, to some form o
Free Dumps Core
Size: 0 KB, Last Update:9 Jul 2002 Free Dumps Core In Linux 1.3.57 and later, the format of /proc/meminfo was changed in
a wa
Netscape Crashes Frequently
Size: 2 KB, Last Update:9 Jul 2002 Netscape Crashes Frequently Netscape shouldn't crash, if it and the network are properly
c
FTP or Telnet Server Won't Allow Logins
Size: 2 KB, Last Update:9 Jul 2002 FTP or Telnet Server Won't Allow Logins This applies to server daemons that respond to clients
The Computer Has the Wrong Time
Size: 1 KB, Last Update:9 Jul 2002 The Computer Has the Wrong Time There are two clocks in your computer. The hardware (CMOS) clo
Setuid Scripts Don't Seem to Work
Size: 1 KB, Last Update:9 Jul 2002 Setuid Scripts Don't Seem to Work That's right. This feature has been disabled in the Linux ke
System Only Allows Root Logins
Size: 1 KB, Last Update:9 Jul 2002 System Only Allows Root Logins You probably have some permission problems, or you have a file
I Forgot the root Password
Size: 2 KB, Last Update:9 Jul 2002 I Forgot the root Password Note: Incorrectly editing any of the files in the /etc/ directory c
There's a Huge Security Hole in rm!
Size: 0 KB, Last Update:9 Jul 2002
There's a Huge Security Hole in rm!
No there isn't. You are obviously new to unices and
lpr and/or lpd Don't Work
Size: 1 KB, Last Update:9 Jul 2002 lpr and/or lpd Don't Work First make sure that your /dev/lp* port is correctly configured. Its
How To Get LILO to Boot the Kernel Image
Size: 1 KB, Last Update:9 Jul 2002 How To Get LILO to Boot the Kernel Image From kernel versions 1.1.80 on, the compressed kernel
How To Find Out If a Notebook Runs Linux
Size: 2 KB, Last Update:9 Jul 2002 How To Find Out If a Notebook Runs Linux There's no fixed answer to this question, because not
Installing Linux Using FTP
Size: 5 KB, Last Update:9 Jul 2002 Installing Linux Using FTP Most distributions are too large and complex to make FTP installati
Resuming an Interrupted Download
Size: 0 KB, Last Update:9 Jul 2002 Resuming an Interrupted Download You can use the "reget" command of the standard ftp client pr
Boot-Time Configuration
Size: 1 KB, Last Update:9 Jul 2002 Boot-Time Configuration You can configure Linux at the lilo: prompt either by typing the
k
How To Scroll Backwards in Text Mode
Size: 1 KB, Last Update:9 Jul 2002 How To Scroll Backwards in Text Mode With the default US keymap, you can use Shift with the Pg
How To Get Email to Work
Size: 2 KB, Last Update:9 Jul 2002 How To Get Email to Work For sending mail via SMTP (Simple Mail Transfer Protocol) and
rec
How To Set the Time Zone
Size: 1 KB, Last Update:9 Jul 2002 How To Set the Time Zone Change directory to /usr/lib/zoneinfo/. Get the time zone package if
Dial-up PPP Configuration
Size: 9 KB, Last Update:9 Jul 2002 Dial-up PPP Configuration This information is mainly for people who do not have a wrapper
What Is a "core" File?
Size: 1 KB, Last Update:9 Jul 2002
What Is a "core" File?
A core file is created when a program terminates unexpectedly, d
How To Enable or Disable Core Dumps
Size: 1 KB, Last Update:9 Jul 2002 How To Enable or Disable Core Dumps By using the ulimit command in bash, the limit command in
How To Upgrade/Recompile a Kernel
Size: 3 KB, Last Update:9 Jul 2002 How To Upgrade/Recompile a Kernel See the Kernel HOWTO or the README files which come with the
Configuring Emacs's Default Settings
Size: 2 KB, Last Update:9 Jul 2002 Configuring Emacs's Default Settings Create a file in your home directory named .emacs with th
How To Make a Rescue Floppy
Size: 1 KB, Last Update:9 Jul 2002 How To Make a Rescue Floppy Make a file system on it with bin, etc, lib and dev
directorie
How To Get NUM LOCK to Default to On
Size: 1 KB, Last Update:9 Jul 2002 How To Get NUM LOCK to Default to On Use the setleds program, for example (in /etc/rc.local or
How To Have More Than 128Mb of Swap
Size: 2 KB, Last Update:9 Jul 2002 How To Have More Than 128Mb of Swap Use several swap partitions or swap files. Linux kernels b
How To Program XYZ Under Linux
Size: 1 KB, Last Update:9 Jul 2002 How To Program XYZ Under Linux Read the manuals, or a good book on Unix and the manual pages (
What's All This about ELF? glibc?
Size: 2 KB, Last Update:9 Jul 2002
What's All This about ELF? glibc?
See the ELF HOWTO by Daniel Barlow. Note that this is
How Many People Use Linux?
Size: 1 KB, Last Update:9 Jul 2002
How Many People Use Linux?
Linux is freely available, and no one is required to registe
How Many People Use Linux? (Redux.)
Size: 1 KB, Last Update:9 Jul 2002
How Many People Use Linux? (Redux.)
In 1999, International Data Corporation released it
How Does One Pronounce Linux?
Size: 1 KB, Last Update:9 Jul 2002
How Does One Pronounce Linux?
This question produces an outrageous amount of heated deb
INET: Warning: old style ioctl..
Size: 1 KB, Last Update:9 Jul 2002 INET: Warning: old style ioctl.. You are trying to use the old network configuration utilities
ld: unrecognized option '-m486'
Size: 0 KB, Last Update:9 Jul 2002
ld: unrecognized option '-m486'
You have an old version of ld. Install a newer binutils
GCC Says, "Internal compiler error."
Size: 1 KB, Last Update:9 Jul 2002
GCC Says, "Internal compiler error."
If the fault is repeatable (i.e., it always happen
Make Says, "Error 139."
Size: 1 KB, Last Update:9 Jul 2002
Make Says, "Error 139."
Your compiler (GCC) dumped core. You probably have a corrupted,
No Utmp Entry
Size: 0 KB, Last Update:9 Jul 2002 No Utmp Entry Your /var/run/utmp is screwed up. You should have
/var/run/utmp
Warning--bdflush Not Running
Size: 1 KB, Last Update:9 Jul 2002 Warning--bdflush Not Running Modern kernels use a better strategy for writing cached disk bloc
Warning: obsolete routing request made
Size: 1 KB, Last Update:9 Jul 2002 Warning: obsolete routing request made This is nothing to worry about. The message means that
EXT2-fs warning: maximal count reached
Size: 1 KB, Last Update:9 Jul 2002 EXT2-fs warning: maximal count reached This message is issued by the kernel when it mounts a f
EXT2-fs warning: checktime reached
Size: 0 KB, Last Update:9 Jul 2002 EXT2-fs warning: checktime reached Kernels from 1.0 onwards support checking a file system bas
At the Start of Booting: Memory tight
Size: 1 KB, Last Update:9 Jul 2002
At the Start of Booting: Memory tight
This means that you have an extra-large kernel, w
Does Linux Support X?
Size: 1 KB, Last Update:9 Jul 2002
Does Linux Support X?
Yes. Linux uses XFree86 (the current version is 4.0, which is bas
How To Get the X Window System to Work
Size: 3 KB, Last Update:9 Jul 2002 How To Get the X Window System to Work The answers to this question can, and do, fill entire b
What to Put in a Request for Help
Size: 3 KB, Last Update:9 Jul 2002 What to Put in a Request for Help Please read the following advice carefully about how to writ
How To Email Someone about Your Problem
Size: 1 KB, Last Update:9 Jul 2002 How To Email Someone about Your Problem Try to find the author or developer of whatever progra
Where To Send Comments
Size: 1 KB, Last Update:9 Jul 2002 Where To Send Comments
Contributions to the FAQ may be in any format. Comments and
co
Formats in Which This FAQ Is Available
Size: 1 KB, Last Update:9 Jul 2002 Formats in Which This FAQ Is Available This document is available as an ASCII text file, an HT
Authorship and Acknowledgments
Size: 1 KB, Last Update:9 Jul 2002 Authorship and Acknowledgments This FAQ is compiled and maintained by Robert Kiesling,
act
Disclaimer and Copyright
Size: 1 KB, Last Update:9 Jul 2002 Disclaimer and Copyright The GNU Free Documentation License
Copyright (c) 2001 Robert