1 00:00:07,050 --> 00:00:09,000 - All right, we are at the end of this lesson. 2 00:00:09,000 --> 00:00:10,890 Time for a lab. 3 00:00:10,890 --> 00:00:13,080 So the first assignment is to find all files 4 00:00:13,080 --> 00:00:17,010 in /etc that have a size that is smaller than 1,000 bytes, 5 00:00:17,010 --> 00:00:20,580 and copy these files to /tmp/files/pictures. 6 00:00:20,580 --> 00:00:25,580 Then in /tmp/files, create a symbolic link to /var. 7 00:00:26,340 --> 00:00:29,400 Create a compressed archive of the /home directory, 8 00:00:29,400 --> 00:00:31,830 and extract this compressed archive file 9 00:00:31,830 --> 00:00:34,770 with relative file names in /tmp/archive. 10 00:00:34,770 --> 00:00:35,603 Good luck.