This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:asowers:portfolio:fssafari [2011/11/28 19:25] – [Attributes] asowers | user:asowers:portfolio:fssafari [2011/11/30 19:54] (current) – [Procedure] asowers | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | =====Procedure===== | ||
+ | First we will travel to the ' | ||
+ | <cli> | ||
+ | |||
+ | lab46:~$ cd / | ||
+ | lab46:/$ ls | ||
+ | bin boot dev etc home initrd.img | ||
+ | lab46:/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | We now stand at a nexus of directories for us to explore. Let us start our journey at the root by entering the bin directory and we'll take a look around. | ||
+ | <cli> | ||
+ | lab46:/$ cd bin | ||
+ | lab46:/bin$ ls | ||
+ | bash cpio | ||
+ | bsd-csh | ||
+ | bunzip2 | ||
+ | busybox | ||
+ | bzcat | ||
+ | bzcmp | ||
+ | bzdiff | ||
+ | bzegrep | ||
+ | bzexe | ||
+ | bzfgrep | ||
+ | bzgrep | ||
+ | bzip2 | ||
+ | bzip2recover | ||
+ | bzless | ||
+ | bzmore | ||
+ | cat | ||
+ | chgrp | ||
+ | chmod | ||
+ | chown | ||
+ | chvt gunzip | ||
+ | cp gzexe more rm uncompress | ||
+ | lab46:/ | ||
+ | </ | ||