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 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="files-hidden" xml:lang="ko">
<info>
<link type="guide" xref="files#faq"/>
<revision pkgversion="3.6.0" version="0.2" date="2012-09-29" status="review"/>
<revision pkgversion="3.13.92" date="2014-09-20" status="candidate"/>
<revision pkgversion="3.18" date="2015-09-28" status="candidate"/>
<revision pkgversion="43" date="2022-09-10" status="candidate"/>
<revision version="gnome:45" date="2024-04-04" status="candidate"/>
<credit type="author">
<name>Phil Bull</name>
<email>philbull@gmail.com</email>
</credit>
<credit type="editor">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
</credit>
<credit type="editor">
<name>David King</name>
<email>amigadave@amigadave.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>파일을 숨겨 파일 관리자에서 볼 수 없게합니다.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>조성호</mal:name>
<mal:email>shcho@gnome.org</mal:email>
<mal:years>2021, 2022, 2023</mal:years>
</mal:credit>
</info>
<title>파일 숨기기</title>
<p><app>파일</app> 앱 파일 관리자에서는 여러분의 재량에 따라 파일을 보이거나 숨길 수 있게 해줍니다. 파일을 숨겼을 때는 파일 관리자에 나타나지 않지만 해당 위치에는 그대로 나타납니다.</p>
<p>파일을 숨기려면 이름 앞에 구두점(<file>.</file>)을 붙여 <link xref="files-rename">이름을 바꿉니다</link>. 예를 들어, <file>example.txt</file> 파일을 숨기려면 <file>.example.txt</file> 이름으로 바꾸어야 합니다.</p>
<note>
<p>파일을 숨길 수 있는 동일한 방식으로 폴더도 숨길 수 있습니다. 폴더 이름 앞에 구두점(<file>.</file>)을 붙여 폴더를 숨깁니다.</p>
</note>
<section id="show-hidden">
<title>숨긴 모든 파일 표시</title>
<p>If you want to see all hidden files in a folder, go to that folder and
either press the menu button in the sidebar of the window and select <gui style="menuitem">Show Hidden Files</gui>, 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 press the menu button in the sidebar of the window and switch off <gui style="menuitem">Show Hidden Files</gui>, or press
<keyseq><key>Ctrl</key><key>H</key></keyseq> again.</p>
</section>
<section id="unhide">
<title>파일 숨김 해제</title>
<p>To unhide a file, go to the folder containing the hidden file. Press the menu button in the sidebar of the window and select <gui style="menuitem">Show Hidden Files</gui>, or press
<keyseq><key>Ctrl</key><key>H</key></keyseq>.
Then, find the hidden file and rename it so that it does not have a
<file>.</file> 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 press the menu button in
the sidebar of the window and switch off <gui style="menuitem">Show Hidden Files</gui>, or
press <keyseq><key>Ctrl</key><key>H</key></keyseq> to hide any other hidden
files again.</p>
<note><p>기본적으로 파일 관리자의 창을 닫기 전에만 파일 관리자에서 숨긴 파일을 볼 수 있습니다. 이 설정을 바꿔 파일 관리자에서 항상 숨긴 파일을 표시하려면 <link xref="nautilus-views"/>를 봅니다.</p></note>
<note><p>대부분의 숨긴 파일에는 파일 이름 앞에 <file>.</file>이 붙어있지만, 일부 파일에는 이 대신 파일 이름 마지막에 <file>~</file>가 붙습니다. 이 파일은 백업 파일입니다. 자세한 내용은 <link xref="files-tilde"/>를 봅니다.</p></note>
</section>
</page>
|