forked from andonome/lk
		
	place pwd first in basics
This commit is contained in:
		| @@ -4,7 +4,11 @@ You need about a dozen commands to move around Linux. | |||||||
| After that, you look up the rest as you go. | After that, you look up the rest as you go. | ||||||
| Don't worry about understanding any of it, just type it in and the habit forms pretty quickly. | Don't worry about understanding any of it, just type it in and the habit forms pretty quickly. | ||||||
|  |  | ||||||
| You start in a dark room. You have a 'look-see' what's in front of you: | You start in a dark room. You want to know where you are by **p**rinting out your **w**orking '**d**irectory' (i.e. 'location'): | ||||||
|  |  | ||||||
|  | > pwd | ||||||
|  |  | ||||||
|  | Have a look at what is here: | ||||||
|  |  | ||||||
| > ls | > ls | ||||||
|  |  | ||||||
| @@ -18,10 +22,6 @@ Have a look at **a**ll the files: | |||||||
|  |  | ||||||
| So `.` means 'here' and `..` means 'you see stairs leading downwards' (e.g. 'the directory behind you'). | So `.` means 'here' and `..` means 'you see stairs leading downwards' (e.g. 'the directory behind you'). | ||||||
|  |  | ||||||
| Find out where you are by **p**rinting out your **w**orking '**d**irectory' (i.e. 'location'): |  | ||||||
|  |  | ||||||
| > pwd |  | ||||||
|  |  | ||||||
| Change directory (`cd`) down one level: | Change directory (`cd`) down one level: | ||||||
|  |  | ||||||
| > cd .. | > cd .. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user