Question: The following commands were executed by root without any errors, in the order shown: cd /home/jsmith mkdir docs pics cd pics touch ../info echo Welcome

The following commands were executed by root without any errors, in the order shown:

cd /home/jsmith 
mkdir docs pics 
cd pics 
touch ../info 
echo Welcome to Seneca. >> /home/jsmith/newinfo 
echo /home/jsmith/docs >> /home/jsmith/info 
cp ../newinfo ../docs 
cd ~jsmith/
 

What would be the output of the following command if it was executed after the above commands?

ls -a pics

DO NOT DESCRIBE THE OUTPUT!

Write out what you would see as best as you can

______________________________________________________________

The following commands were executed by root without any errors, in the order shown:

cd /home/jsmith 
mkdir docs pics 
cd pics 
touch ../info 
echo Welcome to Seneca. >> /home/jsmith/newinfo 
echo /home/jsmith/docs >> /home/jsmith/info 
cp ../newinfo ../docs 
cd ~jsmith/

What would be the output of the following command if it was executed after the above commands?

cat docs/newinfo

DO NOT DESCRIBE THE OUTPUT!

Write out what you would see as best as you can

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!