Final answer:
To create files fruit-list1 and fruit-list2 using the cat command, open the terminal, use 'cat > filename', type the content, and use CTRL+D to save. Then, upload them to the Assignment 14 folder as separate files.
Step-by-step explanation:
To create two files called fruit-list1 and fruit-list2 using the cat command method, you would open your terminal or command line interface and type the following commands:
cat > fruit-list1
(Enter the list of fruits for file 1, then press CTRL+D to save and exit)
cat > fruit-list2
(Enter the list of fruits for file 2, then press CTRL+D to save and exit)
By doing this, you instruct the system to create a new file with the name you provide and to take the input you type as the content of the file. Once you've typed your content, pressing CTRL+D signifies the end of the content and saves the file with that content. Upload each file to the Assignment 14 folder as instructed, with one containing Table 1 and the other with your written assessment addressing items 1 - 5.