Editing
Linux Basics Tutorial
(section)
Jump to navigation
Jump to search
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)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information