The Home directory is the most important one. All other directories, such as Documents, Pictures, Videos, and so on, stem from the Home directory.
Using cd (change directory) was the obvious choice.
Yes. To change to directories with spaces in their file paths, put "" around the path, e.g: cd "/home/cookie/random folder/"
Have a look in the Related Links, I believe that'll help you!
\root
The Filesystem Hierarchy Standard (FHS) defines the main directories and their contents in Linux operating systems
In Linux, the hierarchy of directories begins at the root directory, denoted by a forward slash (/). All other directories and files branch out from this root, forming a tree-like structure. Common top-level directories include /home for user home directories, /etc for configuration files, and /usr for user applications and utilities. This organized structure allows for efficient file management and access within the system.
/usr/local/bin
rm -rv /path/to/directory
Yes. Ubuntu can read files and directories created by a Windows system.
The PATH variable.
CD itself means, Change DirectoryI guess it is easier to keep in mind
In the context of the Linux command 'mv r', the keyword 'mv' stands for 'move', indicating that the command is used to move or rename files or directories.