Template:Topic 105
Jump to navigation
Jump to search
Shells, Scripting and Data Management Customize and use the shell environment
Weight | 4 |
Description | Candidates should be able to customize shell environments to meet users' needs. Candidates should be able to modify global and user profiles. |
Key Knowledge Areas |
|
The following is a partial list of the used files, terms and utilities:
- Configuration::/etc/profile
- Command::env
- Command::export
- Command::set
- Command::unset
- Configuration::~/.bash_profile
- Configuration::~/.bash_login
- Configuration::~/.profile
- Configuration::~/.bashrc
- Configuration::~/.bash_logout
- function
- Command::alias
- lists
Customize or write simple scripts
Weight | 4 |
Description | Candidates should be able to customize existing scripts, or write simple new BASH scripts. |
Key Knowledge Areas |
|
The following is a partial list of the used files, terms and utilities:
{{#set:
Shell keyword=for | Shell keyword=while | Shell keyword=if | Shell builtin=test | Shell builtin=read | Shell builtin=read | Command=seq | Command=test
}} {{#set: ModuleTitle = SQL data management | ModuleWeight = 2 | ModuleDescription = Candidates should be able to query databases and manipulate data using basic SQL commands. This objective includes performing queries involving joining of 2 tables and/or subselects. }} SQL data management
Weight | 2 |
Description | Candidates should be able to query databases and manipulate data using basic SQL commands. This objective includes performing queries involving joining of 2 tables and/or subselects. |
Key Knowledge Areas |
|
The following is a partial list of the used files, terms and utilities: