1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-hidden" xml:lang="sl">
<info>
<link type="guide" xref="files#faq"/>
<desc>Naredite datoteko nevidno, tako da je v upravljalniku datotek ni mogoče videti.</desc>
<revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
<credit type="author">
<name>Phil Bull</name>
<email>philbull@gmail.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
</info>
<title>Skritje datoteke</title>
<p>The GNOME file manager gives you the ability to hide and unhide files at
your discretion. When a file is hiddden, it isn't displayed by the file
manager, but it's still there in its folder.</p>
<p>To hide a file, <link xref="files-rename">rename it</link> with a <key>.</key>
at the beginning of its name. For example, to hide a file named <file>
example.txt</file>, you should rename it to <file>.example.txt</file>.
</p>
<note>
<p>You can hide folders in the same way that you can hide files. Hide a
folder by placing a <key>.</key> at the beginning of the folder's name.</p>
</note>
<section id="show-hidden">
<title>Prikaz vseh skritih datotek</title>
<p>If you want to see all hidden files in a folder, go to that folder and
either click <guiseq><gui>View</gui><gui>Show Hidden Files</gui></guiseq> or
press <keyseq><key>Ctrl</key><key>H</key></keyseq>. You will see all hidden
files, along with regular files that are not hidden.</p>
<p>To hide these files again, either click <guiseq><gui>View</gui><gui>
Show Hidden Files</gui></guiseq> or press <keyseq><key>Ctrl</key><key>H</key>
</keyseq> again.</p>
</section>
<section id="unhide">
<title>Prikaz datoteke</title>
<p>To unhide a file, go to the folder containing the hidden file and click
<guiseq><gui>View</gui><gui>Show Hidden Files</gui></guiseq>. Then, find the
hidden file and rename it so that it doesn't have a <key>.</key> in front of
its name. For example, to unhide a file called <file>.example.txt</file>, you should
rename it to <file>example.txt</file>.</p>
<p>Once you have renamed the file, you can either click <guiseq><gui>View
</gui><gui>Show Hidden Files</gui></guiseq> or press <keyseq><key>Ctrl</key>
<key>H</key></keyseq> to hide any other hidden files again.</p>
<note><p>By default, you will only see hidden files in the file
manager until you close the file manager. To change this setting so that the
file manager will always show hidden files, see <link xref="nautilus-views"/>.
</p></note>
<note><p>Most hidden files will have a <key>.</key> at the
beginning of their name, but others might have a <key>~</key> at the end of
their name instead. These files are backup files. See
<link xref="files-tilde"/> for more information.</p></note>
</section>
</page>
|