User Tools

Site Tools


explain:terminal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

explain:terminal [2011/11/26 11:11]
chudsonh
explain:terminal [2013/04/18 14:31] (current)
grace101 minor tidy
Line 7: Line 7:
  
 ===== Running Programs ===== ===== Running Programs =====
-Unlike with the standard desktop you can run any [[http://www.oelwingo.net/|Oel Wingo]] program on your computer. Example if you type "xclock" in the window, and press Enter. Then the xclock program should run, it should look like a very simple analog clock.+Unlike with the standard desktop you can run any  program on your computer. Example if you type "xclock" in the window, and press Enter. Then the xclock program should run, it should look like a very simple analog clock.
  
 ===== Navigating ===== ===== Navigating =====
-Even though you can only [[http://www.blogsforfred.com/2010/11/20/restore-lost-identity-with-merchant-services-protection-plan/| Merchant Services Protection Plan]] interact with the terminal in [[http://www.art-mine.com/|Agora Gallery]] text, you can still navigate to different directories/folders. To do this, you can use the "cd" command which [[http://www.thegoldeconomy.com/|gold price]] stands for "Change Directory" For example, to go to your "My Documents" directory you would type:+Even though you can only interact with the terminal in text, you can still navigate to different directories/folders. To do this, you can use the "cd" command which  stands for "Change Directory" For example, to go to your "My Documents" directory you would type:
   cd "My Documents"   cd "My Documents"
 One thing you need to remember is that in Linux everything is case sensitive. So just typing "my documents" won't work, because "My Documents", "my documents", and "MY DOcumenTS" are all different. Quotes ("") are only required if there's a space anywhere in the folder name. Now, let's say you are done in "My Documents" and want to go back to your home directory, you would type this: One thing you need to remember is that in Linux everything is case sensitive. So just typing "my documents" won't work, because "My Documents", "my documents", and "MY DOcumenTS" are all different. Quotes ("") are only required if there's a space anywhere in the folder name. Now, let's say you are done in "My Documents" and want to go back to your home directory, you would type this:
   cd ..   cd ..
-The two dots are periods, they [[http://www.carouseldayschool.org/|Carousel Day School]] mean one directory "above" where you're at. For example, when you typed while you were in "/home/user/My Documents" you ended up in "/home/user" and if you typed [[http://www.fencefactory.com/|Agoura fence rental]] it again you would end up in "/home", and the next would put you in "/", the "root" folder. It should also be noted that the terminal will always start in your home directory, which is "/home/user". You can also move [[http://www.diamondlinks.net|link building service]] through multiple folders at once. Try typing "cd /" to get to root, and then "cd /home/user". You'll end up right back where you started.+The two dots are periods, they ] mean one directory "above" where you're at. For example, when you typed while you were in "/home/user/My Documents" you ended up in "/home/user" and if you typed it again you would end up in "/home", and the next would put you in "/", the "root" folder. It should also be noted that the terminal will always start in your home directory, which is "/home/user". You can also move through multiple folders at once. Try typing "cd /" to get to root, and then "cd /home/user". You'll end up right back where you started.
  
 ===== Paths ===== ===== Paths =====
-Your "path" is basically the directory you're in. Example when you first [[http://tripfoundry.com/|trip foundry]]open a terminal your path is your home directory or "/home/user". There are actually two forms of paths, absolute and relative.+Your "path" is basically the directory you're in. Example when you first open a terminal your path is your home directory or "/home/user". There are actually two forms of paths, absolute and relative.
  
 An absolute path is any path that is fully typed out meaning if you type An absolute path is any path that is fully typed out meaning if you type
Line 28: Line 28:
  
 ===== Tab Completion ===== ===== Tab Completion =====
-If you're typing any command and have something long to type, tab completion can go a long way towards saving you a bit of typing. To use it, type in the first bit of what you're trying to do, and hit <Tab>. For example, sitting in any folder, you could type "cd /home/u" and then hit tab. The console will complete it at "cd /home/user", as "user" is the only folder inside that starts with a "u". If you don't enter enough for the console to uniquely identify something, then it won't appear to do anything (except that it might beep at you). Hit tab again, and it'll display a list of possible matches. For example, in a folder with the subfolders "folder_1", "folder_2" and "folder_of_doom", typing "cd fol" and hitting tab will change the text to "cd folder_". Hitting tab again will list all three. After that, you could just type "o" and hit tab again, and console will fill the rest of the command out for you.+If you're typing any command and have something [[http://oakhamschoolofmotoring.co.uk/|driving lessons mansfield]] long to type, tab completion can go a long way towards saving you a bit of typing. To use it, type in the first bit of what you're trying to do, and hit <Tab>. For example, sitting in any folder, you could type "cd /home/u" and then hit tab. The console will complete it at "cd /home/user", as "user" is the only folder inside that starts with a "u". If you don't enter enough for the console to uniquely identify something, then it won't appear to do anything (except that it might beep at you). Hit tab again, and it'll display a list of possible matches. For example, in a folder with the subfolders "folder_1", "folder_2" and "folder_of_doom", typing "cd fol" and hitting tab will change the text to "cd folder_". Hitting tab again will list all three. After that, you could just type "o" and hit tab again, and console will fill the rest of the command out for you.
  
 ===== Super User / Root ===== ===== Super User / Root =====
Line 41: Line 41:
 ==== df ==== ==== df ====
   df -h   df -h
-df shows your current disk usage the "-h" makes the output human readable. It's useful so you can tell just how much room you have left on a device.[[http://www.valleypistachio.com/| buy pistachios]] +df shows your current disk usage the "-h" makes the output human readable. It's useful so you can tell just how much room you have left on a device.
  
  
Line 48: Line 47:
  
 ===== Links ===== ===== Links =====
 +
 +[[http://www.jakschudnac.biz.pl/|Strona na temat odchudzania]] wyjawi ci jak schudnac bez zadnych problemow
 +nawet jesli do tej pory probowalas juz wszystkiego i nic nie dzialalo. Tutaj dowiesz sie doslownie 
 +wszystkiego na temat odchudzania.
  
   * [[howto:openaterminal|Howto Open a terminal]] a quick howto on opening a terminal in both easy and advanced modes.   * [[howto:openaterminal|Howto Open a terminal]] a quick howto on opening a terminal in both easy and advanced modes.
   * [[:guide_to_terminal|Beginners' guide to using the terminal]]   * [[:guide_to_terminal|Beginners' guide to using the terminal]]
 +
 +
 +
 +
 +
 +
explain/terminal.1322305889.txt.gz · Last modified: 2011/11/26 11:11 by chudsonh