13- Create 3 text files under desktop. Each file name must contain your name (e.g. YourName1.txt, YourName2.txt, YourName3.txt) and of a size of 5MB. Use the following commands and Make Screenshot for the terminal $ sudo dd if=/dev/zero of-yourname1.txt bs=500*1000 count=1 $ sudo dd if=/dev/zero of-yourname2.txt bs=500*1000 count=1 $ sudo dd if=/dev/zero of-yourname3.txt bs=500*1000 count=1 Note: sudo will ask you to enter your linux machine password 14- Compress the three created text files in the previous step using (zip). $zip youname.zip yourname1.txt yourname2.txt yourname3.txt Make Screenshot for the compressed file that also must hold your name 15 - Clear terminal using (clear). Make Screenshot for the terminal

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter7: File Handling And Applications
Section: Chapter Questions
Problem 1FTB
icon
Related questions
Question

Illustrative examples with practical application

apply on virtualBox

13- Create 3 text files under desktop. Each file name must contain your name
(e.g. YourName1.txt, YourName2.txt, YourName3.txt) and of a size of 5MB.
Use the following commands and Make Screenshot for the terminal
$ sudo dd if=/dev/zero of-yourname1.txt bs=500*1000 count=1
$ sudo dd if=/dev/zero of-yourname2.txt bs=500*1000 count=1
$ sudo dd if=/dev/zero of-yourname3.txt bs=500*1000 count=1
Note: sudo will ask you to enter your linux machine password
14 - Compress the three created text files in the previous step using (zip).
$zip youname.zip yourname1.txt yourname2.txt yourname3.txt
Make Screenshot for the compressed file that also must hold your name
15 - Clear terminal using (clear). Make Screenshot for the terminal
Transcribed Image Text:13- Create 3 text files under desktop. Each file name must contain your name (e.g. YourName1.txt, YourName2.txt, YourName3.txt) and of a size of 5MB. Use the following commands and Make Screenshot for the terminal $ sudo dd if=/dev/zero of-yourname1.txt bs=500*1000 count=1 $ sudo dd if=/dev/zero of-yourname2.txt bs=500*1000 count=1 $ sudo dd if=/dev/zero of-yourname3.txt bs=500*1000 count=1 Note: sudo will ask you to enter your linux machine password 14 - Compress the three created text files in the previous step using (zip). $zip youname.zip yourname1.txt yourname2.txt yourname3.txt Make Screenshot for the compressed file that also must hold your name 15 - Clear terminal using (clear). Make Screenshot for the terminal
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Linux
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage