|
8.
|
|
|
This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE AS DESCRIBED IN THE DISCLAIMER.
|
|
|
|
This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE AS DESCRIBED IN THE DISCLAIMER.
|
|
Translated and reviewed by
Matt C
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:14(para)
|
|
9.
|
|
|
A copy of the license is available here: <ulink type="help" url="help:/kubuntu/ccbysa.html">Creative Commons ShareAlike License</ulink>.
|
|
|
|
A copy of the licence is available here: <ulink type="help" url="help:/kubuntu/ccbysa.html">Creative Commons ShareAlike Licence</ulink>.
|
|
Translated by
Matt C
|
|
Reviewed by
Matt C
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:19(para)
|
|
10.
|
|
|
2004, 2005, 2006, 2007, 2008
|
|
|
|
2004, 2005, 2006, 2007, 2008
|
|
Translated and reviewed by
Brett Alton
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:24(year)
|
|
11.
|
|
|
Canonical Ltd. and members of the Ubuntu Documentation Project
|
|
|
|
Canonical Ltd. and members of the Ubuntu Documentation Project
|
|
Translated and reviewed by
Matt C
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:25(holder)
|
|
12.
|
|
|
The Ubuntu Documentation Project
|
|
|
|
The Ubuntu Documentation Project
|
|
Translated and reviewed by
Matt C
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:29(publishername)
|
|
13.
|
|
|
This chapter introduces you to basic concepts which are useful when getting started with a Kubuntu system.
|
|
|
|
This chapter introduces you to basic concepts which are useful when getting started with a Kubuntu system.
|
|
Translated and reviewed by
Matt C
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:24(para)
|
|
14.
|
|
|
Directories and File Systems
|
|
|
|
Directories and File Systems
|
|
Translated and reviewed by
Matt C
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:33(title)
|
|
15.
|
|
|
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.
|
|
|
|
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.
|
|
Translated by
ddrmanxbxfr
|
|
Reviewed by
Matt C
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:35(para)
|
|
16.
|
|
|
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.
|
|
|
|
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.
|
|
Translated and reviewed by
Matt C
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:41(para)
|
|
17.
|
|
|
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:
|
|
|
|
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:
|
|
Translated and reviewed by
Matt C
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:52(para)
|