This shows you the differences between two versions of the page.
user:adahmane:portfolio:unixproject0 [2013/12/13 07:31] – created adahmane | user:adahmane:portfolio:unixproject0 [2013/12/13 07:35] (current) – adahmane | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Case Study 0x1: Archive Handling====== | ||
+ | The first case study in the greatest class I will ever take. | ||
+ | =====Objectives===== | ||
+ | I will learn how to work with archives! | ||
+ | |||
+ | =====Procedure===== | ||
+ | |||
+ | <cli> | ||
+ | lab46:~$ ls | ||
+ | Desktop | ||
+ | Documents | ||
+ | lab46:~$ ls / | ||
+ | archive1.tar.gz | ||
+ | lab46:~$ cp / | ||
+ | lab46:~$ ls | ||
+ | Desktop | ||
+ | Documents | ||
+ | Downloads | ||
+ | lab46:~$ gunzip archive1.tar.gz | ||
+ | lab46:~$ ls | ||
+ | Desktop | ||
+ | Documents | ||
+ | Downloads | ||
+ | lab46:~$ unzip archive2.zip | ||
+ | Archive: | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | lab46:~$ ls | ||
+ | Desktop | ||
+ | Documents | ||
+ | Downloads | ||
+ | lab46:~$ ls archives/ | ||
+ | dir1 filea filez | ||
+ | lab46:~$ ls archives/ | ||
+ | lab46:~$ cd archives/ | ||
+ | lab46: | ||
+ | dir1 filea filez | ||
+ | lab46: | ||
+ | total 8 | ||
+ | drwxr-x--x | ||
+ | drwx-----x 33 adahmane lab46 4096 Dec 13 02:28 .. | ||
+ | drwxr-x--x | ||
+ | -rw-r----- | ||
+ | -rw-r----- | ||
+ | lab46: | ||
+ | -bash: where_the_heck_is_abc.txt?: | ||
+ | </ | ||
+ | |||
+ | So, I couldn' |