Module 1 and 2 Using Management tools quiz

•1. Create a directory structure

•   /tmp/files/pictures, /tmp/files/photos and /tmp/files/videos

2. Copy all files that have a name starting with an a,b or c from /etc to /tmp/files

3. From /tmp/files, move all files that have a name starting with a or b to /tmp/files/photos and files with a name starting with a c to /tmp/files/videos

4. find all files in /etc that have a size smaller than 1000bytes and copy those to /tmp/files/pictures

5. In /tmp/files, create a symbolic link to /var