Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
xfce:thunar:unix-filesystem [2018/11/27 21:53] – [Gnome virtual file system] alexxcons | xfce:thunar:unix-filesystem [2024/12/11 11:02] (current) – kevinbowen | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== The UNIX File System ====== | + | ~~NOTOC~~ |
+ | {{ : | ||
+ | ====== | ||
+ | |||
+ | * **[[# | ||
+ | * **[[#File Types|File Types]]** | ||
+ | * **[[#Gnome Virtual File System (GVFS)|Gnome Virtual File System (GVFS)]]** | ||
+ | |||
+ | ---- | ||
While the Thunar file manager does a good job at abstracting the details of the underlying file system so the user does not need to care about them, it is sometimes useful to understand the basic concepts to get the whole picture. This section tries to give a brief introduction to the concepts of the UNIX file system, which is used today by all incarnations of UNIX, including Linux. | While the Thunar file manager does a good job at abstracting the details of the underlying file system so the user does not need to care about them, it is sometimes useful to understand the basic concepts to get the whole picture. This section tries to give a brief introduction to the concepts of the UNIX file system, which is used today by all incarnations of UNIX, including Linux. | ||
+ | |||
+ | ---- | ||
===== Folders and Paths ===== | ===== Folders and Paths ===== | ||
- | In a UNIX file system, all folders are arranged in a simple inverted tree structure descending and branching down from a single top-level folder which is called the root directory (the term directory is often used instead of folder) and displayed as {gui> | + | In a UNIX file system, all folders are arranged in a simple inverted tree structure descending and branching down from a single top-level folder which is called the root directory (the term directory is often used instead of folder) and displayed as {gui> |
- | The position of any file or folder in the tree can be described by its path. The path is the list of folders you would have to descend through to get to the target folder or file, starting from the top-level folder. For example ''/ | + | The position of any file or folder in the tree can be described by its path. The path is the list of folders you would have to descend through to get to the target folder or file, starting from the top-level folder. For example ''/ |
Every user has his or her own folder to hold personal files and settings. This folder is called the home directory and is displayed in Thunar as a special icon with the user's login name. The folder is similar to the '' | Every user has his or her own folder to hold personal files and settings. This folder is called the home directory and is displayed in Thunar as a special icon with the user's login name. The folder is similar to the '' | ||
+ | |||
+ | [[|Back To Top]] | ||
+ | ---- | ||
===== File Types ===== | ===== File Types ===== | ||
Line 29: | Line 42: | ||
!As mentioned earlier, (most) devices are also accessed through the file system. These special device files are usually located in the ''/ | !As mentioned earlier, (most) devices are also accessed through the file system. These special device files are usually located in the ''/ | ||
+ | [[|Back To Top]] | ||
+ | ---- | ||
- | ===== Gnome virtual file system | + | ===== Gnome Virtual File System (GVFS) |
- | Some thunar features, like **support for trash**, **removable media** and **remote file systems** only can be used if the [[https:// | + | Some thunar features, like **support for trash**, **removable media**, **folder specific settings**, **file highlight** and **remote file systems** only can be used if the [[https:// |
- | E.g. For debian | + | E.g. For Debian |
Dependent on which gvfs-backends you want to use, further packages will need to be installed. | Dependent on which gvfs-backends you want to use, further packages will need to be installed. | ||
- | Gvfs allows | + | Gvfs allows |
Best check the [[https:// | Best check the [[https:// | ||
Line 45: | Line 60: | ||
In addition to the local filesystem thunar is able to display content of remote filesystems via different remote protocols. | In addition to the local filesystem thunar is able to display content of remote filesystems via different remote protocols. | ||
- | Here some example locations to enter into the location selector. Please check the [[https:// | + | Here are some example locations to enter into the location selector. Please check the [[https:// |
== Access via Secure file transfer program == | == Access via Secure file transfer program == | ||
Line 58: | Line 73: | ||
<note tip>If you want to permanently store passphrases of remote filesystem locations, you have to install the [[https:// | <note tip>If you want to permanently store passphrases of remote filesystem locations, you have to install the [[https:// | ||
+ | |||
+ | [[|Back To Top]] | ||
+ | ---- | ||
+ | [[: |