DEV Community

aviciena
aviciena

Posted on

Pra Exam CH.1-2 RHA134

lab 134-ch1

on servera

  1. Create 1000 file with parameter name file is "laporan-xxx.txt" in directory ~/laporan with bash script in directory ~/ (/home/student/) with name script file is createFile.sh

  2. fill in each laporan-xxx.txt file with the "Data Ke-xxx"

  3. create backupfile using gzip with name is laporan.tar.gz in directory ~/laporan

  4. create scheduling jobs every minutes for command copy ~/laporan/laporan.tar.gz to ~/backupLaporan.tar.gz

Latest comments (0)