Blame gnome-help/C/nautilus-file-properties-basic.page

Packit Bot 4b9ea4
Packit Bot 4b9ea4
      type="topic" style="ui"
Packit Bot 4b9ea4
      id="nautilus-file-properties-basic">
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <info>
Packit Bot 4b9ea4
    <link type="guide" xref="files#more-file-tasks"/>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
    <revision pkgversion="3.5.92" version="0.2" date="2012-09-19" status="review"/>
Packit Bot 4b9ea4
    <revision pkgversion="3.18" date="2015-09-29" status="final"/>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
    <credit type="author">
Packit Bot 4b9ea4
      <name>Tiffany Antopolski</name>
Packit Bot 4b9ea4
      <email>tiffany@antopolski.com</email>
Packit Bot 4b9ea4
    </credit>
Packit Bot 4b9ea4
    <credit type="author">
Packit Bot 4b9ea4
      <name>Shaun McCance</name>
Packit Bot 4b9ea4
      <email>shaunm@gnome.org</email>
Packit Bot 4b9ea4
    </credit>
Packit Bot 4b9ea4
    <credit type="editor">
Packit Bot 4b9ea4
      <name>David King</name>
Packit Bot 4b9ea4
      <email>amigadave@amigadave.com</email>
Packit Bot 4b9ea4
    </credit>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
    <desc>View basic file information, set permissions, and choose
Packit Bot 4b9ea4
    default applications.</desc>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  </info>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <title>File properties</title>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

To view information about a file or folder, right-click it and select

Packit Bot 4b9ea4
  <gui>Properties</gui>. You can also select the file and press
Packit Bot 4b9ea4
  <keyseq><key>Alt</key><key>Enter</key></keyseq>.

Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

The file properties window shows you information like the type of file,

Packit Bot 4b9ea4
  the size of the file, and when you last modified it. If you need this
Packit Bot 4b9ea4
  information often, you
Packit Bot 4b9ea4
  can have it displayed in <link xref="nautilus-list">list view columns</link>
Packit Bot 4b9ea4
  or <link xref="nautilus-display#icon-captions">icon captions</link>.

Packit Bot 4b9ea4
Packit Bot 4b9ea4
  

The information given on the <gui>Basic</gui> tab is explained below.

Packit Bot 4b9ea4
  There are also
Packit Bot 4b9ea4
  <gui><link xref="nautilus-file-properties-permissions">Permissions</link></gui>
Packit Bot 4b9ea4
  and <gui><link xref="files-open#default">Open With</link></gui> tabs. For
Packit Bot 4b9ea4
  certain types of files, such as images and videos, there will be an extra tab
Packit Bot 4b9ea4
  that provides information like the dimensions, duration, and codec.

Packit Bot 4b9ea4
Packit Bot 4b9ea4
<section id="basic">
Packit Bot 4b9ea4
 <title>Basic properties</title>
Packit Bot 4b9ea4
 <terms>
Packit Bot 4b9ea4
  <item>
Packit Bot 4b9ea4
    <title><gui>Name</gui></title>
Packit Bot 4b9ea4
    

You can rename the file by changing this field.

Packit Bot 4b9ea4
    You can also rename a file outside the properties window. See
Packit Bot 4b9ea4
    <link xref="files-rename"/>.

Packit Bot 4b9ea4
  </item>
Packit Bot 4b9ea4
  <item>
Packit Bot 4b9ea4
    <title><gui>Type</gui></title>
Packit Bot 4b9ea4
    

This helps you identify the type of the file, such as PDF document,

Packit Bot 4b9ea4
    OpenDocument Text, or JPEG image. The file type determines which
Packit Bot 4b9ea4
    applications can open the file, among other things. For example, you
Packit Bot 4b9ea4
    can’t open a picture with a music player. See <link xref="files-open"/>
Packit Bot 4b9ea4
    for more information on this.

Packit Bot 4b9ea4
    

The MIME type of the file is shown in parentheses; MIME type is

Packit Bot 4b9ea4
    a standard way that computers use to refer to the file type.

Packit Bot 4b9ea4
  </item>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <item>
Packit Bot 4b9ea4
    <title>Contents</title>
Packit Bot 4b9ea4
    

This field is displayed if you are looking at the properties of a folder rather than a file. It helps you see the number of items in the folder. If the folder includes other folders, each inner folder is counted as one item, even if it contains further items. Each file is also counted as one item. If the folder is empty, the contents will display <gui>nothing</gui>.

Packit Bot 4b9ea4
  </item>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <item>
Packit Bot 4b9ea4
    <title>Size</title>
Packit Bot 4b9ea4
    

This field is displayed if you are looking at a file (not a folder). The size of a file tells you how much disk space it takes up. This is also an indicator of how long it will take to download a file or send it in an email (big files take longer to send/receive).

Packit Bot 4b9ea4
    

Sizes may be given in bytes, KB, MB, or GB; in the case of the last three, the size in bytes will also be given in parentheses. Technically, 1 KB is 1024 bytes, 1 MB is 1024 KB and so on.

Packit Bot 4b9ea4
  </item>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <item>
Packit Bot 4b9ea4
    <title>Parent Folder</title>
Packit Bot 4b9ea4
    

The location of each file on your computer is given by its absolute

Packit Bot 4b9ea4
    path. This is a unique “address” of the file on your computer, made up
Packit Bot 4b9ea4
    of a list of the folders that you would need to go into to find the file.
Packit Bot 4b9ea4
    For example, if Jim had a file called <file>Resume.pdf</file> in his Home
Packit Bot 4b9ea4
    folder, its parent folder would be <file>/home/jim</file> and its location
Packit Bot 4b9ea4
    would be <file>/home/jim/Resume.pdf</file>.

Packit Bot 4b9ea4
  </item>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <item>
Packit Bot 4b9ea4
    <title>Free Space</title>
Packit Bot 4b9ea4
    

This is only displayed for folders. It gives the amount of disk space

Packit Bot 4b9ea4
    which is available on the disk that the folder is on. This is useful for
Packit Bot 4b9ea4
    checking if the hard disk is full.

Packit Bot 4b9ea4
  </item>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <item>
Packit Bot 4b9ea4
    <title>Accessed</title>
Packit Bot 4b9ea4
    

The date and time when the file was last opened.

Packit Bot 4b9ea4
  </item>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
  <item>
Packit Bot 4b9ea4
    <title>Modified</title>
Packit Bot 4b9ea4
    

The date and time when the file was last changed and saved.

Packit Bot 4b9ea4
  </item>
Packit Bot 4b9ea4
 </terms>
Packit Bot 4b9ea4
</section>
Packit Bot 4b9ea4
Packit Bot 4b9ea4
</page>