Quraish313 / week8

0 stars 3 forks source link

Lowercased/mkdir #7

Open ChennisVang opened 6 years ago

ChennisVang commented 6 years ago

For lines 44-53 I lowercased the letters for you

nano Matt ls-l echo Matt>/dev/null cd /dev find Matt cat if=/dev/matt of=hi bs=1 count=3 cat/dev/null>Matt blkid blkid-po udev/dev/loop0

you should make the directories too before you mount them by using mkdir /proc/devices etc

Quraish313 commented 6 years ago

Thanks.