This file is indexed.

/usr/share/doc/tkdesk/tkdesk-doc/guide-4.html is in tkdesk 2.0-9.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.20">
 <TITLE>TkDesk User's Guide: File Operations </TITLE>
 <LINK HREF="guide-5.html" REL=next>
 <LINK HREF="guide-3.html" REL=previous>
 <LINK HREF="guide.html#toc4" REL=contents>
</HEAD>
<BODY>
<A HREF="guide-5.html">Next</A>
<A HREF="guide-3.html">Previous</A>
<A HREF="guide.html#toc4">Contents</A>
<HR>
<H2><A NAME="s4">4.</A> <A HREF="guide.html#toc4">File Operations </A></H2>





<H2><A NAME="fileinfo"></A> <A NAME="ss4.1">4.1</A> <A HREF="guide.html#toc4.1">File Information </A>
</H2>


<P>The &quot;File Information&quot; window displays detailed
information about a file. It can also be used to change the owner or
access-permissions of a file. In addition, an annotation to a file can
be added here.</P>
<P>The following information is displayed:</P>
<P>
<DL>
<DT><B>Path</B><DD><P>The path of the file.</P>
<DT><B>Size</B><DD><P>The size of the file in bytes.</P>
<DT><B>Modified</B><DD><P>When the file was last modified. By clicking on
the button displaying the date file can be &quot;touched&quot;,
ie. their modification timestamp will be set to the current time.</P>
<DT><B>Owner</B><DD><P>Displays the owner of the file. By clicking the
button displaying the owner, the owner can be changed to another user.</P>
<DT><B>Group</B><DD><P>Displays the group ownership of the file. By clicking the
button displaying the group's name, the group can be changed.</P>

<DT><B>Mode</B><DD><P>Here the access permissions are displayed in &quot;ls
-l&quot; style. The first three button correspond to the rights of
the owner (r: may read, w: may write, x: may execute or open the
directory), the second three buttons to the rights of the group, and
the last three buttons to every one else's rights. The &quot;x&quot;
buttons are special in that they cycle through four settings:
<CODE>x</CODE> for executable, <CODE>s</CODE> for set user/group id
<I>and</I> executable, <CODE>S</CODE> for set id only, and <CODE>-</CODE>
for not executable.  Note that using the right mouse button toggles
between <CODE>-</CODE> and <CODE>x</CODE> only.  Clicking the middle mouse
button over any of these buttons copies its current setting to the
corresponding button in the other two groups.
If the settings of any of these buttons is changed,
the &quot;Change Mode&quot; button at the bottom edge of the window
must be clicked to actually change the file's permissions.</P>

<DT><B>Links</B><DD><P>Number of (hard) links to this file.</P>
<DT><B>Type</B><DD><P>Tries to give some information about the file's
contents. TkDesk uses the shell command <CODE>file</CODE> for this.</P>
</DL>
</P>
<P>In the &quot;Annotation&quot; text field you can enter any remarks
about the file. This annotation will be saved when the
&quot;Close&quot; button is pressed.  Files having annotations
attached to them will appear underlined in the file listboxes, and
their popup menu will contain the first few words of that annotation
as an &quot;informative&quot; menu entry.</P>
<P>If the window displays
information about a file an additional button labeled &quot;Disk
Usage&quot; is provided, which calculates the disk usage of the
hierarchy rooted at that directory. The entries of the &quot;Disk
Usage&quot; window can be double-clicked to open new file list
windows. </P>



<H2><A NAME="copydel"></A> <A NAME="ss4.2">4.2</A> <A HREF="guide.html#toc4.2">Copying, Moving and Deleting Files </A>
</H2>


<P>These functions can be accessed from the &quot;File&quot; menu,
among others.  There is
one dialog for copying, moving and linking files (plus an arbitrary
number of user-defined actions such as diff and patch, as configured in the
&quot;Popups&quot; config file), one dialog for
renaming files (which does nothing else than moving the file
to its new name), and one dialog for deleting files.</P>
<P>The &quot;Rename&quot; dialog is very straight-forward and probably does
not need further explanation.  The &quot;Copy etc.&quot; dialog contains
the obvious source and destination entry fields, plus a checkbutton
labeled &quot;all selected files&quot; if more that one file was
selected when this dialog was opened.  If this
checkbutton is selected (default) the operation will
be applied on all selected files.  If it is not checked, each file will
be handled individually.  The &quot;Skip&quot; button can then be used for
skipping individual files.</P>
<P>The &quot;Delete&quot; dialog also contains this checkbutton, plus a
checkbutton labeled &quot;Delete permanently&quot;.  If this checkbutton is
selected, the files will <I>not</I> be moved to the trash can but
will be <B>really and ultimately deleted!!</B>  The default setting of
this checkbutton can be set from the &quot;Options&quot; menu.</P>



<H2><A NAME="findfiles"></A> <A NAME="ss4.3">4.3</A> <A HREF="guide.html#toc4.3">Finding Files </A>
</H2>


<P>The &quot;File&quot; menu contains two entries for finding files:
&quot;Find Files...&quot; and &quot;Find Annotation...&quot;. Files can be
annotated through their &quot;Info&quot; dialog (accessible from the
&quot;File&quot; menu or from their popup menu), see section
<A HREF="#fileinfo">File Information</A>.</P>
<P>&quot;Find Annotation&quot;
enables you to look for an annotated file whose annotation matches a
certain regular expression (which can be as simple as an ordinary
string).</P>
<P>&quot;Find Files&quot; lets you look for files (or rather: let's you
instruct TkDesk to look for files) whose names match one or multiple patterns,
which are of a certain type (such as directory), which contain a
certain string, which are smaller or bigger than a certain number of
kilobytes or which are younger/older than a certain date.
All fields which are not left blank in this dialog will be combined
with a logical AND. This dialog is currently the only one utilizing
the balloon help capability of TkDesk, so for now I would like to
refer you to this.  For instance, if you want to know how to enter the
file size you're looking for, place the mouse pointer over the
&quot;Size&quot; entry field without moving it for a few seconds.</P>
<P>Both &quot;Find&quot; dialogs display their results in the same file
listboxes that are used by the file list and browser windows,
so the same bindings described in section
<A HREF="guide-2.html#bind">Handling of the Listboxes (Bindings)</A>
apply here as well!</P>



<HR>
<A HREF="guide-5.html">Next</A>
<A HREF="guide-3.html">Previous</A>
<A HREF="guide.html#toc4">Contents</A>
</BODY>
</HTML>