|
1.
|
|
|
@@image: '../../images/C/adduser_details.png'; md5=THIS FILE DOESN'T EXIST
|
|
|
When image changes, this message will be marked fuzzy or untranslated for you.
It doesn't matter what you translate it to: it's not used at all.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:460(None)
|
|
2.
|
|
|
@@image: '../../images/C/adduser_security.png'; md5=THIS FILE DOESN'T EXIST
|
|
|
When image changes, this message will be marked fuzzy or untranslated for you.
It doesn't matter what you translate it to: it's not used at all.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:467(None)
|
|
5.
|
|
|
This document is maintained by the Ubuntu documentation team (https://wiki.ubuntu.com/DocumentationTeam). For a list of contributors, see the <ulink type="help" url="help:/kubuntu/contributors.html">contributors page</ulink>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:4(para)
|
|
6.
|
|
|
This document is made available under the Creative Commons ShareAlike 2.5 License (CC-BY-SA).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:8(para)
|
|
7.
|
|
|
You are free to modify, extend, and improve the Ubuntu documentation source code under the terms of this license. All derivative works must be released under this license.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:10(para)
|
|
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.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:14(para)
|
|
10.
|
|
|
2005-2009
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:24(year)
|
|
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.
|
|
|
|
(no translation yet)
|
|
|
|
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.
|
|
|
|
(no translation yet)
|
|
|
|
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:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
basic-concepts/C/basic-concepts.xml:52(para)
|