0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
Throughout this course, you'll see commands written like this:
command <required> [optional]
<>
are mandatory and must be provided when running the command.[]
are optional and can be included if needed.For example, to create a new directory in your terminal, you would run:
mkdir <directory-name>
mkdir
is the command<directory-name>
is a required argumentCommand arguments in angle brackets are ____
, arguments in square brackets are ____