|
14.
|
|
|
This chapter introduces you to basic concepts which are useful when getting started with a Kubuntu system.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:17(para)
|
|
15.
|
|
|
Directories and File Systems
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:26(title)
|
|
16.
|
|
|
In Linux and Unix everything is a file. Directories are files, files are files, and devices are files. Devices are usually referred to as nodes; however, they are still files.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:28(para)
|
|
17.
|
|
|
Linux and Unix file systems are organized in a hierarchical, tree-like structure. The highest level of the file system is the <filename>/</filename> or root directory. All other files and directories exist under the root directory. For example, <filename>/home/konqi/kubuntu.odt</filename> shows the correct full path, or absolute path, to the <filename>kubuntu.odt</filename> file that exists in the <filename>konqi</filename> directory, which is under the <filename>home</filename> directory, which in turn is under the root (<filename>/</filename>) directory.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:34(para)
|
|
18.
|
|
|
Underneath the root (<filename>/</filename>) directory is a set of important directories common to most Linux distributions. The following is a listing of common directories that are directly under the root (<filename>/</filename>) directory:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:45(para)
|
|
19.
|
|
|
/bin
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:53(filename)
|
|
20.
|
|
|
Important commands, which historically have been <emphasis>bin</emphasis>ary, but may also be shell scripts.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:55(para)
|
|
21.
|
|
|
/boot
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:62(filename)
|
|
22.
|
|
|
<emphasis>Boot</emphasis> configuration files, kernels, and other files needed at <emphasis>boot</emphasis> time.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:64(para)
|
|
23.
|
|
|
/dev
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:71(filename)
|