MX on Linux: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
Line 34: Line 34:


The tilde symbol '''~''' denotes the home directory for the current user.  Sub-directories within the current user's folder can be identified by '''~/documents''' or similar notation. To reference a folder in root or any other area, the prefix is always '''/'''.
The tilde symbol '''~''' denotes the home directory for the current user.  Sub-directories within the current user's folder can be identified by '''~/documents''' or similar notation. To reference a folder in root or any other area, the prefix is always '''/'''.
To see what files and folders are in the current directory, type <tt>dir</tt>.


=== nano ===
=== nano ===