Linux Administration/Commands/Command Line
Appearance
This lesson covers the command line.
Objectives and Skills
[edit | edit source]Objectives and skills for the command line portion of Linux+ certification include:[1]
- Work on the command line
- 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
- The following is a partial list of the used files, terms and utilities:
- bash
- echo
- env
- export
- pwd
- set
- unset
- man
- uname
- history
- .bash_history
Readings
[edit | edit source]- Wikipedia: Shell (computing)
- Wikipedia: Bash (Unix shell)
- Wikipedia: echo (command)
- Wikipedia: env
- Wikipedia: pwd
- Wikipedia: man page
- Wikipedia: uname
- Wikipedia: history (command)
Multimedia
[edit | edit source]Activities
[edit | edit source]- Complete the tutorial IBM: Learn Linux, 101: The Linux command line