122 ping www.mrbrklyn.com 123 ssh www.mrbrklyn.com 124 vi 125 brooklyn ($) 126 ln -s file link 127 kill pid 128 tar xf file. tar 129 fg n 130 fg 131 ssh user@host 132 ssh -p port user@host 133 touch file 134 tar czf file.tar .gz 135 finger user 136 date 137 cal 138 uptime 139 history 140 finger ruben 142 tar -cvf home.tar 143 tar -cvf home.tar ./ linux-p1s6:~ # ls ./test* ./test.c ./test.pl linux-p1s6:~ # ls ./test? ls: cannot access ./test?: No such file or directory linux-p1s6:~ # ls ./test.? ./test.c AR(1) GNU TAR Manual TAR(1) ruben@linux-p1s6:~> man tar NAME tar - an archiving utility SYNOPSIS Traditional usage tar {A|c|d|r|t|u|x}[GnSkUWOmpsMBiajJzZhPlRvwo] [ARG...] UNIX-style usage tar -A [OPTIONS] ARCHIVE ARCHIVE tar -c [-f ARCHIVE] [OPTIONS] [FILE...] tar -d [-f ARCHIVE] [OPTIONS] [FILE...] tar -t [-f ARCHIVE] [OPTIONS] [MEMBER...] tar -r [-f ARCHIVE] [OPTIONS] [FILE...] tar -u [-f ARCHIVE] [OPTIONS] [FILE...] ruben@linux-p1s6:~> whatis grep grep (1p) - search a file for a pattern grep (1) - print lines matching a pattern ruben@linux-p1s6:~> man -k grep bzegrep (1) - search possibly bzip2 compressed files for a regular e... bzfgrep (1) - search possibly bzip2 compressed files for a regular e... bzgrep (1) - search possibly bzip2 compressed files for a regular e... egrep (1) - print lines matching a pattern fgrep (1) - print lines matching a pattern git-grep (1) - Print lines matching a pattern grep (1) - print lines matching a pattern grep (1p) - search a file for a pattern lzegrep (1) - search compressed files for a regular expression lzfgrep (1) - search compressed files for a regular expression lzgrep (1) - search compressed files for a regular expression mgrep (1) - search mimencoded files for a regular expression pgrep (1) - look up or signal processes based on name and other at... xml_grep (1) - grep XML files looking for specific elements xzegrep (1) - search compressed files for a regular expression xzfgrep (1) - search compressed files for a regular expression xzgrep (1) - search compressed files for a regular expression zgrep (1) - search possibly compressed files for a regular expression zipgrep (1) - search files in a ZIP archive for lines matching a pat... ruben@linux-p1s6:~> whatis grep grep (1p) - search a file for a pattern grep (1) - print lines matching a pattern ruben@linux-p1s6:~> apropos sex git-cvsexportcommit (1) - Export a single commit to a CVS checkout glXUseXFont (3gl) - create bitmap display lists from an X font XGraphicsExposeEvent (3) - GraphicsExpose and NoExpose event structures XNoExposeEvent (3) - GraphicsExpose and NoExpose event structures XSetGraphicsExposure (3) - GC convenience routines ruben@linux-p1s6:~> linux-p1s6:~> apropos perl|less Clone (3pm) - recursively copy Perl datatypes Git (3pm) - Perl interface to the Git version control system Apache::RPC::Server (3pm) - A subclass of RPC::XML::Server tuned for mod_perl Authen::SASL::Perl (3pm) - - Perl implementation of the SASL Authentication framework Authen::SASL::Perl::ANONYMOUS (3pm) - Anonymous Authentication class Authen::SASL::Perl::CRAM_MD5 (3pm) - CRAM MD5 Authentication class Authen::SASL::Perl::DIGEST_MD5 (3pm) - Digest MD5 Authentication class Authen::SASL::Perl::EXTERNAL (3pm) - External Authentication class Authen::SASL::Perl::GSSAPI (3pm) - GSSAPI (Kerberosv5) Authentication class Authen::SASL::Perl::LOGIN (3pm) - Login Authentication class Authen::SASL::Perl::PLAIN (3pm) - Plain Login Authentication class Crypt::SmbHash (3pm) - Perl-only implementation of lanman and nt md4 hash function... Date::Calc::PP (3pm) - pure-Perl plug-in for Date::Calc DBD::File::Roadmap (3pm) - Planned Enhancements for DBD::File and pure Perl DBD's DBD::Sponge (3pm) - Create a DBI statement handle from Perl data DBI (3pm) - Database independent interface for Perl DBI::DBD (3pm) - Perl DBI Database Driver Writer's Guide DBI::FAQ (3pm) - - The Frequently Asked Questions for the Perl5 Database Int... DBI::ProfileDumper::Apache (3pm) - capture DBI profiling data from Apache/mod_perl DBI::PurePerl (3pm) - - a DBI emulation using pure perl (no C/XS compilation requ... Digest::MD4 (3pm) - Perl interface to the MD4 Algorithm Digest::SHA1 (3pm) - Perl interface to the SHA-1 algorithm Git::I18N (3pm) - Perl interface to Git's Gettext localizations HTML::ElementGlob (3pm) - Perl extension for managing HTML::Element based objects ... HTML::ElementRaw (3pm) - Perl extension for HTML::Element(3). HTML::ElementSuper (3pm) - Perl extension for HTML::Element(3) HTML::ElementTable (3pm) - Perl extension for manipulating a table composed of HTM... HTML::TableExtract (3pm) - Perl module for extracting the content contained in tab... HTML::Tidy (3pm) - (X)HTML validation in a Perl object HTML::Tree::AboutTrees (3pm) - - article on tree-shaped data structures in Perl inplace (3am) - emulate sed/perl/ruby in-place editing JSON::backportPP (3pm) - JSON::XS compatible pure-Perl module. JSON::backportPP::Compat5005 (3pm) - Helper module in using JSON::PP in Perl 5.005 JSON::backportPP::Compat5006 (3pm) - Helper module in using JSON::PP in Perl 5.6 -l 159 cat /etc/passwd 160 ls -l 161 cat /etc/group 162 ls -l 163 chmod 777 netwk_hw1_q1.dia 164 ls -l 165 chmod 644 netwk_hw1_q1.dia 166 ls -l 167 chmod 111 netwk_hw1_q1.dia 168 ls -l 169 chmod 222 netwk_hw1_q1.dia 170 ls -l 171 chmod 333 netwk_hw1_q1.dia 172 ls -l 173 chmod 444 netwk_hw1_q1.dia 174 ls -l 175 chmod 555 netwk_hw1_q1.dia 176 ls -l 177 chmod 444 netwk_hw1_q1.dia 178 ls -l 179 chmod 666 netwk_hw1_q1.dia 180 ls -l 181 chmod 777 netwk_hw1_q1.dia 182 ls -l -l 183 history 184 ps 185 ps -auxw 186 ps -auxw|less 187 sleep 10 188 sleep 10 & 189 fg 2796 190 sleep 10 & 191 fg 2803 192 sleep 10 & 193 fg 2808 194 ps 195 ping www.mrbrklyn.com & 196 fg 2863 197 ps - 198 fg 2863 199* killall ping 200 ping www.mrbrklyn.com & 201 killall ping 202 ping www.mrbrklyn.com > /dev/null & 203 fg 2909 204 ps -auxw 205 fg 1 206 ping www.mrbrklyn.com > /dev/null & 207 fg 1 208 history ruben@linux-p1s6:~> ping www.mrbrklyn.com > /dev/null ^Z [1]+ Stopped ping www.mrbrklyn.com > /dev/null ruben@linux-p1s6:~> bg 1 [1]+ ping www.mrbrklyn.com > /dev/null & ruben@linux-p1s6:~> fg 1 ping www.mrbrklyn.com > /dev/null ^Cruben@linux-p1s6:~> 212 df -h 213 du -x ./ 214 du -x ./ |sort -k1 -n find ~/mail -size 0c -print -exec rm '{}' \;