Skip to content
Snippets Groups Projects
Unverified Commit 4fd8c4cc authored by Todor Kondic's avatar Todor Kondic
Browse files

Use overlays (aka fragments)

... At least that works.
parent d1afe697
No related branches found
No related tags found
No related merge requests found
# We're in!
---
```bash
todor@rad:~$ What now?
Command 'What' not found
```
## Elements of the command line
- Can vary a lot between systems (and users)
- but, generally contains information about the current user and
the hostname (the name of the machine)
- For an unpriviledged user, it usually ends in `$'
# The Beginning
* We're in! <!-- .element: class="fragment"-->
<!-- .element: class="fragment" data-fragment-index="1" -->
```bash
todor@rad:~$ What now?
Command 'What' not found ...
```
<!-- .element: class="fragment" data-fragment-index="2" -->
* Elements of the command line
<!-- .element: class="fragment" data-fragment-index="3" -->
+ Can vary a lot between systems (and users)
<!-- .element: class="fragment" data-fragment-index="3" -->
+ but, generally contains information about the current _user_ and
the _hostname_ (the name of the machine)
<!-- .element: class="fragment" data-fragment-index="3" -->
+ For an unpriviledged user, it usually ends in **$**
<!-- .element: class="fragment" data-fragment-index="3" -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment