File Manager
File Mgr
File manager (PCManFM) allows you to access your files and folders.
~/
/home/username
Home Folder
Home Directory
All mean the same thing: the user's main folder that opens when you start the file manager. It contains Documents, Downloads... as well as configuration files. Press CTRL-h to see hidden files.
Device Folder
/media/username
Location where devices (USB drives, CD, other partitions) are mounted.
Desktop Folder
This is the folder '/home/user/Desktop' which you access through File Manager.
Menu>
Top Menu>
System or start menu (to access, click 'Start' button)
Specific application/window menu
sudo
Used in terminal to perform commands requiring a password.
Hidden Files
.file
Visible in File Manager by pressing CTRL-h or Menu>View>Show Hidden. Names begin with . (a dot)
Right-Click
A click on the right button of the mouse.
Terminal
Qterminal/LXTerminal (Menu>System): Like DOS terminal in Windows.
$ = User prompt; # = Root prompt
F4 (in File Manager): Opens terminal in the current folder.
Files Names
in Terminal
Full: /home/user/Documents/Tax.doc
Short: If in /home/user/, you can use: ./Documents/Tax.doc
Spaces and special characters need to be preceded by '\'.
Example: Beer & wine.doc = Beer\ \&\ wine.doc.