pwn.college
DojosLeaderboardCommunity
LoginRegister
Back to linux-luminarium

Shell Variables

linux-luminarium
0/8 challenges completed

The Linux command line interface is actually a sophisticated programming language with which you can write actual programs! Because the command line interface is colloquially referred to as a "shell", programs written in this language are referred to as "shell scripts". When you're using the command line, you are basically writing a shell script line by line!

Like most programming languages, the shell supports variables. This module will get you familiar with setting, printing, and using these variables!

Resources

Challenges

1
Printing Variables
2
Setting Variables
3
Multi-word Variables
4
Exporting Variables
5
Printing Exported Variables
6
Storing Command Output
7
Reading Input
8
Reading Files