Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
RHLUG Wiki
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Linux Basics Tutorial
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Navigation === The following commands and symbols are used to navigate directories: * '''pwd''' (or '''p'''rint '''w'''orking '''d'''irectory) - Prints the working directory to the console. * '''cd''' (or '''c'''hange '''d'''irectory) - Changes the working directory to the one given as an argument. If your working directory is "~", and you execute <code>$ cd myfolder</code>, your working directory will now be "~/myfolder/" (assuming that folder exists). * '''.''' - A symbol that evaluates to the working directory. You can use this to, for example, run an executable file in the current directory: <code>$ ./myprogram</code> * '''..''' - A symbol that evaluates to the parent of the working directory. If your working directory is "~/myfolder/", and you execute <code>$ cd ..</code>, your working directory will now be "~".
Summary:
Please note that all contributions to RHLUG Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
RHLUG Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)