EX200 · 01/10 · 30 min · Free
Understand and use essential tools
Official EX200 group: shell syntax, I/O redirection, grep, archives, files, hard/soft links, permissions, man.
Work on your practice VM. After install, run
prep-exam.sh once, snapshot
01_Exam_Start, then SSH as student.
When you finish this lab, copy the grade script onto the VM:
sudo bash grade-obj-tools.sh
Tasks
- Create
/root/exam/docs. Filereadme.txtwith the linetools-ok. - Soft link
/root/exam/readme-linkto that file. Hard link/root/exam/docs/readme-hard.txtto the same inode. /root/exam/sample.txtwithalpha 1,bravo 2,alpha-ok. Redirect matches foralphato/root/exam/grep.out./root/exam.tar.gzand/root/exam.tar.bz2must containdocs/readme.txt.- From
man, write tar documentation to/root/exam/tar-man.txt(must containtar).