Mission Database/Mission 03: Federation Grid
Mission 03 of 20Federation Grid

File Operations: Build Your Arsenal

Create mission files and write classified data to them

Objectives cleared0 / 4
+15 XP per step · +75 XP for completing the quest

Intelligence operatives need to store mission data. You will learn to create new sectors, generate data files, write classified intel into them, and read them back. These are the core file operations every pilot-operator must execute without hesitation.

Primary Objective

Create a directory, write data to a file, and read it back.

> COCKPIT TERMINAL

pilot@linux4kids:~
Welcome to the Linux4Kids Terminal!
Type 'help' for a list of commands.
pilot@~ $

> FIELD MANUAL

mkdir <name>Create a new sector (directory)
touch <name>Generate a new empty data file
echo "data" > fileWrite data into a file
cat <file>Read a file and output to the display