103.1 Work on the command line
- Reference to LPI objectives
- Weight
-
4
- Key knowledge areas
-
-
Use single shell commands and one line command sequences to perform basic tasks on the command line.
-
Use and modify the shell environment including defining, referencing and exporting environment variables.
-
Use and edit command history.
-
Invoke commands inside and outside the defined path.
-
- Partial list of the used files, terms and utilities
-
-
bash
-
echo
-
env
-
export
-
pwd
-
set
-
unset
-
type
-
which
-
man
-
uname
-
history
-
.bash_history
-
Quoting
-