Essential File System Commands from the /bin and /sbin Directories
The
/bin
(short for binary)directory holds your shell applications and many essential shell commands you need when running and booting Linux. The
/sbin
(or system binary)directory contains the various installed file systems, YaST, the SUSE Firewall, and other commands needed at boot or for the Root
|
Using the /boot and /dev Directories
The
/boot
directory contains a compressed version of the Linux kernel that loads at boot (earlier versions of the startup script delivered a message that the kernel was "exploding," which undoubtedly unnerved more than a few novices in those days). When you rebuild or install a new kernel, the new kernel and
Linux device files are located in the /dev directory. As noted earlier, nearly everything in Linux is represented as a file. No further proof is needed than a peek into this directory. There you will find about 7,500 files representing devices that are or may some day be attached (or not) to your system. The more commonly used devices include the following:
If you're running short of disk space, you might think cleaning out some of these files would help you. Closer inspection reveals that they are all 0byte files. Leave them alone. |
Editing Configuration Files in the /etc Directory
One of the beauties of Linux applications is the way you can make software your own. Whether it's changing the behavior of a command, adding a keyboard shortcut, or changing the
Some of the more important system-
|