Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Todor Kondic
courses
Commits
4fd8c4cc
Unverified
Commit
4fd8c4cc
authored
5 years ago
by
Todor Kondic
Browse files
Options
Downloads
Patches
Plain Diff
Use overlays (aka fragments)
... At least that works.
parent
d1afe697
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
2020/2020-02-15_gnuLinuxCourse/slides/shell_intro.md
+20
-13
20 additions, 13 deletions
2020/2020-02-15_gnuLinuxCourse/slides/shell_intro.md
with
20 additions
and
13 deletions
2020/2020-02-15_gnuLinuxCourse/slides/shell_intro.md
+
20
−
13
View file @
4fd8c4cc
# 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" -->
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment