This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:dgirard3:portfolio:fssafari [2011/10/07 19:35] – [Procedure] dgirard3 | user:dgirard3:portfolio:fssafari [2011/10/07 19:42] (current) – [References] dgirard3 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Project: | ||
+ | |||
+ | A project for Unix/Linux by Derek Girardi during the Fall 2011. | ||
+ | |||
+ | This project was begun on 09/20/11 and is anticipated to take 1 week. (Upon completion you can correct this with the actual length). | ||
+ | |||
+ | =====Objectives===== | ||
+ | The purpose of this project is to search through the directories and files of unix. We are to discover how each directory is organized, what is contained in each and what we could use each directory for. We hope to be able to navigate through the directories with ease knowing where files are located and how they are organized. Start truly knowing the filesystem of unix. | ||
+ | |||
+ | =====Prerequisites===== | ||
+ | In order to successfully accomplish/ | ||
+ | |||
+ | * cd command | ||
+ | * ls | ||
+ | * -l argument to ls | ||
+ | * understanding of paths, absolute and relative | ||
+ | |||
+ | =====Background===== | ||
+ | The purpose of this is to discover directories. To see what they contain and see if i will need to use them or not. Just a general knowledge of the filesystem on unix. The filesystem is a single directory hierarchy. Its starts from root and continues on into directories and sub directories. We use this to organize all our files neatly and in a easy to find manner. To separate all of these directories you will see a forwardslash or '/' | ||
+ | |||
+ | Source of information: | ||
+ | |||
+ | =====Scope===== | ||
+ | To get a better understanding of the layout and structure of the UNIX filesystem, an exploration is in order. Using your observation skills and references, explore the various major directories on the system (starting with '/' | ||
+ | |||
+ | - what types of files does it contain (regular, directory, special) | ||
+ | - what is the organizational value of that directory (config files, basic tools, admin tools, etc.) | ||
+ | |||
+ | Some of the directories you will want to explore are: | ||
+ | |||
+ | * / | ||
+ | * /bin | ||
+ | * /dev | ||
+ | * /etc | ||
+ | * /home | ||
+ | * /lib (/lib32 vs. /lib64) | ||
+ | * /mnt | ||
+ | * /proc | ||
+ | * /root | ||
+ | * /sbin | ||
+ | * /tmp | ||
+ | * /usr | ||
+ | * /var | ||
+ | * /var/log | ||
+ | * /usr/bin | ||
+ | * /usr/sbin | ||
+ | * /usr/src | ||
+ | * /usr/local | ||
+ | * / | ||
+ | * /usr/lib | ||
+ | |||
+ | =====Attributes===== | ||
+ | State and justify the attributes you'd like to receive upon successful approval and completion of this project. | ||
+ | |||
+ | * files and directories: | ||
+ | |||
+ | =====Procedure===== | ||
+ | The directory '/' | ||
+ | <cli> | ||
+ | lab46:~$ cd / | ||
+ | lab46:/$ ls | ||
+ | bin | ||
+ | boot etc initrd.img | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. In the '/' | ||
+ | |||
+ | 2. This contains your main directories in which you will most commonly visit. These are like the big directories of the system. Everything starts here. | ||
+ | |||
+ | The directory '/ | ||
+ | <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 | ||
+ | </ | ||
+ | 1. The files in here are mainly consisted of executable files, with a few data link and special files. | ||
+ | |||
+ | 2. The organizational value of this is where it holds files for commands of the system. system critcal programs. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:~$ cd /dev | ||
+ | lab46:/dev$ ls | ||
+ | MAKEDEV | ||
+ | block initctl | ||
+ | char | ||
+ | console | ||
+ | core | ||
+ | cpu_dma_latency | ||
+ | disk | ||
+ | fd | ||
+ | full | ||
+ | hvc0 | ||
+ | hvc1 | ||
+ | hvc2 | ||
+ | hvc3 | ||
+ | hvc4 | ||
+ | hvc5 | ||
+ | hvc6 | ||
+ | </ | ||
+ | 1. This directory contains special files | ||
+ | |||
+ | 2. These files are special files for all the devices on the system | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:/dev$ cd /etc | ||
+ | lab46:/etc$ ls | ||
+ | Muttrc | ||
+ | Muttrc.d | ||
+ | ODBCDataSources | ||
+ | X11 indent.conf | ||
+ | adduser.conf | ||
+ | adduser.conf.dpkg-save | ||
+ | alternatives | ||
+ | apache2 | ||
+ | apg.conf | ||
+ | apt inputrc | ||
+ | at.deny | ||
+ | avahi insserv.conf | ||
+ | bash.bashrc | ||
+ | bash_completion.d | ||
+ | bindresvport.blacklist | ||
+ | blkid.tab | ||
+ | blkid.tab.old | ||
+ | bmon.conf | ||
+ | ca-certificates | ||
+ | ca-certificates.conf | ||
+ | ca-certificates.conf.dpkg-old | ||
+ | calendar | ||
+ | common-lisp | ||
+ | complete.tcsh | ||
+ | console | ||
+ | cron.d | ||
+ | cron.daily | ||
+ | cron.hourly | ||
+ | cron.monthly | ||
+ | cron.weekly | ||
+ | crontab | ||
+ | csh lisp-config.lisp.dpkg-dist | ||
+ | csh.cshrc | ||
+ | csh.login | ||
+ | csh.logout | ||
+ | csync2.cfg | ||
+ | dbus-1 | ||
+ | debconf.conf | ||
+ | debian_version | ||
+ | default | ||
+ | defoma | ||
+ | deluser.conf | ||
+ | dhcp | ||
+ | dhcp3 magic | ||
+ | dictionaries-common | ||
+ | dpkg | ||
+ | elinks | ||
+ | emacs mailname | ||
+ | emacs23 | ||
+ | environment | ||
+ | esound | ||
+ | fish | ||
+ | fonts mke2fs.conf | ||
+ | fstab modprobe.d | ||
+ | fstab.orig | ||
+ | gai.conf | ||
+ | gconf motd.tail | ||
+ | gdb mtab timezone | ||
+ | ghostscript | ||
+ | groff nanorc | ||
+ | group nethack | ||
+ | group- | ||
+ | gshadow | ||
+ | gshadow- | ||
+ | gssapi_mech.conf | ||
+ | gtk-2.0 | ||
+ | host.conf | ||
+ | hostname | ||
+ | hosts ntp.conf.orig | ||
+ | hosts.allow | ||
+ | hosts.deny | ||
+ | </ | ||
+ | 1. Mainly more directories and regular files with a few executable files. | ||
+ | |||
+ | 2. This is mainly configuration fies for the system and various programs in it. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:/etc$ cd /home | ||
+ | lab46:/ | ||
+ | ab000126 | ||
+ | abranne1 | ||
+ | abrunda1 | ||
+ | acanfie1 | ||
+ | acarpen5 | ||
+ | acrocker | ||
+ | adexter | ||
+ | adilaur1 | ||
+ | aettenb3 | ||
+ | afassett | ||
+ | agardin4 | ||
+ | ajernig2 | ||
+ | ajoensen | ||
+ | alius cderick | ||
+ | amorich1 | ||
+ | anarde | ||
+ | anorthr3 | ||
+ | anowaczy | ||
+ | ap016986 | ||
+ | appelthp | ||
+ | aradka | ||
+ | aromero | ||
+ | as012495 | ||
+ | ascolaro | ||
+ | asmedley | ||
+ | asowers | ||
+ | astrupp | ||
+ | atoby cpainter | ||
+ | atownsle | ||
+ | atreat2 | ||
+ | awalke18 | ||
+ | bblack1 | ||
+ | bbrown17 | ||
+ | bdevaul | ||
+ | bewanyk | ||
+ | bfarr2 | ||
+ | bh011695 | ||
+ | bherrin2 | ||
+ | bhuffner | ||
+ | bkenne11 | ||
+ | bnichol7 | ||
+ | bobpauljr | ||
+ | bort | ||
+ | bowlett1 | ||
+ | </ | ||
+ | 1. This contains all user directories. | ||
+ | |||
+ | 2. This is mainly for user files, for personal use (except root). | ||
+ | |||
+ | The directory '/lib (/lib32, / | ||
+ | <cli> | ||
+ | lab46:/lib$ ls | ||
+ | cpp | ||
+ | firmware | ||
+ | init libip6tc.so.0.0.0 | ||
+ | klibc-r1_A6R6EwMsdze5h5xz93JiNuoM.so | ||
+ | ld-2.11.2.so | ||
+ | ld-linux-x86-64.so.2 | ||
+ | ld-linux.so.2 | ||
+ | libBrokenLocale-2.11.2.so | ||
+ | libBrokenLocale.so.1 | ||
+ | libSegFault.so | ||
+ | libacl.so.1 | ||
+ | libacl.so.1.1.0 | ||
+ | libanl-2.11.2.so | ||
+ | libanl.so.1 | ||
+ | libattr.so.1 | ||
+ | libattr.so.1.1.0 | ||
+ | libblkid.so.1 | ||
+ | libblkid.so.1.1.0 | ||
+ | libbsd.so.0 | ||
+ | libbsd.so.0.2.0 | ||
+ | libbz2.so.1 | ||
+ | libbz2.so.1.0 | ||
+ | libbz2.so.1.0.4 | ||
+ | libc-2.11.2.so | ||
+ | libc.so.6 | ||
+ | libcap.so.2 | ||
+ | libcap.so.2.19 | ||
+ | libcidn-2.11.2.so | ||
+ | libcidn.so.1 | ||
+ | libcom_err.so.2 | ||
+ | libcom_err.so.2.1 | ||
+ | libcrypt-2.11.2.so | ||
+ | libcrypt.so.1 | ||
+ | libdbus-1.so.3 | ||
+ | libdbus-1.so.3.4.0 | ||
+ | libdl-2.11.2.so | ||
+ | libdl.so.2 | ||
+ | libe2p.so.2 | ||
+ | libe2p.so.2.3 | ||
+ | libext2fs.so.2 | ||
+ | libext2fs.so.2.4 | ||
+ | libgcc_s.so.1 | ||
+ | libglib-2.0.so.0 | ||
+ | libglib-2.0.so.0.2400.2 | ||
+ | libhistory.so.5 | ||
+ | libhistory.so.5.2 | ||
+ | libhistory.so.6 | ||
+ | libhistory.so.6.1 | ||
+ | libip4tc.so.0 | ||
+ | </ | ||
+ | lib32 and lib64 are the same, one is just 32 bits and the other is 64 bits. | ||
+ | |||
+ | 1. This is mainly regular, data and a few directories. | ||
+ | |||
+ | 2. This is a folder system for critical libraries. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:/mnt$ ls | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. Nothing is in here | ||
+ | |||
+ | 2. This can hold media files, we just dont have any in there right now. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:~$ cd /proc | ||
+ | lab46:/ | ||
+ | 1 14537 19162 23924 27943 32 | ||
+ | 10 | ||
+ | 1018 | ||
+ | 10361 1471 | ||
+ | 10362 14868 1945 | ||
+ | 1052 | ||
+ | 1053 | ||
+ | 10553 15 | ||
+ | 1056 | ||
+ | 11 | ||
+ | 1151 | ||
+ | 1152 | ||
+ | 1155 | ||
+ | 11940 18054 21 | ||
+ | 11941 18055 21107 25834 29422 3660 | ||
+ | 11944 18089 21109 25842 29483 3661 | ||
+ | 1195 | ||
+ | 1196 | ||
+ | 12 | ||
+ | 1200 | ||
+ | 1201 | ||
+ | 1203 | ||
+ | 12067 18661 219 27020 30392 373 7917 cpuinfo | ||
+ | 12068 18668 22 | ||
+ | 12072 18902 22657 27023 30396 396 801 | ||
+ | 123 18903 22658 27051 30885 4 8037 diskstats | ||
+ | 1283 | ||
+ | 1284 | ||
+ | 1288 | ||
+ | 13 | ||
+ | 1323 | ||
+ | 14 | ||
+ | 14219 19066 2330 | ||
+ | 14220 19067 2333 | ||
+ | 14267 19070 23923 27784 3172 | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. It has directories, | ||
+ | |||
+ | 2. It is a system folder, holds system proccess. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:~$ cd /root | ||
+ | -bash: cd: /root: Permission denied | ||
+ | lab46: | ||
+ | </ | ||
+ | 1. It has files but i can not access them. | ||
+ | |||
+ | 2. Its the the home folder for root and only the administrator can access it. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:~$ cd /sbin | ||
+ | lab46:/ | ||
+ | agetty | ||
+ | badblocks | ||
+ | blkid ifconfig | ||
+ | blockdev | ||
+ | bootlogd | ||
+ | cfdisk | ||
+ | ctrlaltdel | ||
+ | debugfs | ||
+ | depmod | ||
+ | dhclient | ||
+ | dhclient-script | ||
+ | dump | ||
+ | dumpe2fs | ||
+ | e2fsck | ||
+ | e2image | ||
+ | e2label | ||
+ | e2undo | ||
+ | ethtool | ||
+ | fdisk iptables-save | ||
+ | findfs | ||
+ | fsck | ||
+ | fsck.cramfs | ||
+ | fsck.ext2 | ||
+ | fsck.ext3 | ||
+ | fsck.ext4 | ||
+ | fsck.ext4dev | ||
+ | fsck.minix | ||
+ | fsck.nfs | ||
+ | fstab-decode | ||
+ | getty mkfs | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. This contains executable files, data files, and special files. | ||
+ | |||
+ | 2. This contains special programs designed to only run by the root. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:/ | ||
+ | lab46:/tmp$ ls | ||
+ | fishd.log.cforman | ||
+ | fishd.log.critten1 | ||
+ | fishd.log.root | ||
+ | fishd.log.vcordes1 | ||
+ | fishd.log.wedge | ||
+ | fishd.socket.cforman | ||
+ | fishd.socket.critten1 | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. Contains directories and some special files. | ||
+ | |||
+ | 2. This is the temporary folder, whatever goes in here is deleted after restart. | ||
+ | The directory '/ | ||
+ | <cli> | ||
+ | </ | ||
+ | The directory '/ | ||
+ | <cli> | ||
+ | </ | ||
+ | The directory '/ | ||
+ | <cli> | ||
+ | </ | ||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:/tmp$ cd /usr | ||
+ | lab46:/usr$ ls | ||
+ | bin games include | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. This folder contains directories and a data file | ||
+ | |||
+ | 2. Unix system resources, It contains the directories for other critical needs. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:/usr$ cd /usr/sbin | ||
+ | lab46:/ | ||
+ | accessdb | ||
+ | add-shell | ||
+ | addgroup | ||
+ | adduser | ||
+ | arp | ||
+ | arpd register-common-lisp-source | ||
+ | aspell-autobuildhash | ||
+ | atd | ||
+ | avahi-daemon | ||
+ | biosdecode | ||
+ | chgpasswd | ||
+ | chpasswd | ||
+ | chroot | ||
+ | clc-clbuild | ||
+ | clc-update-customized-images | ||
+ | cpgr rpcdebug | ||
+ | cppw rtcwake | ||
+ | cron safe_finger | ||
+ | csync2 | ||
+ | cytune | ||
+ | defoma-reconfigure | ||
+ | delgroup | ||
+ | deluser | ||
+ | dmidecode | ||
+ | dpkg-divert | ||
+ | dpkg-preconfigure | ||
+ | dpkg-reconfigure | ||
+ | dpkg-statoverride | ||
+ | e2freefrag | ||
+ | fdformat | ||
+ | filefrag | ||
+ | gconf-schemas | ||
+ | groupadd | ||
+ | groupdel | ||
+ | groupmod | ||
+ | grpck | ||
+ | grpconv | ||
+ | grpunconv | ||
+ | gss_clnt_send_err | ||
+ | gss_destroy_creds | ||
+ | huntd | ||
+ | iconvconfig | ||
+ | in.ntalkd | ||
+ | in.talkd | ||
+ | inetd | ||
+ | install-info | ||
+ | install-keymap | ||
+ | install-sgmlcatalog | ||
+ | invoke-rc.d | ||
+ | ip6tables-apply | ||
+ | iptables-apply | ||
+ | ispell-autobuildhash | ||
+ | ispellconfig | ||
+ | ldattach | ||
+ | libgvc5-config-update | ||
+ | locale-gen | ||
+ | logrotate | ||
+ | lsusb | ||
+ | maidag | ||
+ | mkinitramfs | ||
+ | mkinitramfs-kpkg | ||
+ | mklost+found | ||
+ | mysqlmanager | ||
+ | newusers | ||
+ | nfsstat | ||
+ | nologin | ||
+ | nscd update-usbids | ||
+ | ntp-keygen | ||
+ | ntp-wait | ||
+ | ntpd userdel | ||
+ | ntpdate | ||
+ | ntpdate-debian | ||
+ | ntptime | ||
+ | nullmailer-queue | ||
+ | nullmailer-send | ||
+ | ownership | ||
+ | pam-auth-update | ||
+ | pam_getenv | ||
+ | paperconfig | ||
+ | pwck zic | ||
+ | pwconv | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. This directory contains executable, data and special files. | ||
+ | |||
+ | 2. Contains every program that is to be run by the administrator and root. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:/ | ||
+ | lab46:/ | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. There are no files in this directory | ||
+ | |||
+ | 2. Holds kernel sources, header files and documentation. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:/ | ||
+ | backup | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. The files in here are directories and a couple data files | ||
+ | |||
+ | 2. Contains files that you have manually compiled and not packaged installed. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:/ | ||
+ | attendance | ||
+ | attendance_gen_classes | ||
+ | attendance_scheduler | ||
+ | calcweek | ||
+ | chkprogress | ||
+ | cp-pubkey | ||
+ | entry | ||
+ | fbcmd | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. Executable files and special files | ||
+ | |||
+ | 2. This is where programs and such go to for your local machine. | ||
+ | |||
+ | The directory '/ | ||
+ | <cli> | ||
+ | lab46:/ | ||
+ | AuErrorDB | ||
+ | ConsoleKit | ||
+ | ImageMagick-6.6.0 | ||
+ | Mcrt1.o | ||
+ | Scrt1.o | ||
+ | X11 | ||
+ | apg | ||
+ | apr-util-1 | ||
+ | apt | ||
+ | aspell | ||
+ | avahi | ||
+ | awk | ||
+ | bmore.help | ||
+ | caca libguile-srfi-srfi-13-14-v-3.so.3 | ||
+ | clisp-2.48 | ||
+ | common-lisp | ||
+ | compat-ld | ||
+ | coreutils | ||
+ | crt1.o | ||
+ | crti.o | ||
+ | crtn.o | ||
+ | cruft | ||
+ | dbus-1.0 | ||
+ | debug | ||
+ | directfb-1.2-9 | ||
+ | dpkg libguilereadline-v-17.la | ||
+ | dri | ||
+ | e2initrd_helper | ||
+ | emacs | ||
+ | emacsen-common | ||
+ | games | ||
+ | gcc | ||
+ | gconv | ||
+ | gcrt1.o | ||
+ | gettext | ||
+ | git-core | ||
+ | glib-2.0 | ||
+ | gnome-keyring | ||
+ | gnupg | ||
+ | gold-ld | ||
+ | gprolog-iso | ||
+ | graphviz | ||
+ | gtk-2.0 | ||
+ | irssi | ||
+ | ispell | ||
+ | jvm | ||
+ | klibc | ||
+ | krb5 libjpeg.la | ||
+ | ldscripts | ||
+ | libBrokenLocale.a | ||
+ | libBrokenLocale.so | ||
+ | libFLAC.so.8 | ||
+ | libFLAC.so.8.2.0 | ||
+ | libGL.so | ||
+ | libGL.so.1 | ||
+ | libGL.so.1.2 | ||
+ | libGLU.a | ||
+ | libGLU.so | ||
+ | libGLU.so.1 | ||
+ | libGLU.so.1.3.070701 | ||
+ | libGeoIP.so.1 | ||
+ | libGeoIP.so.1.4.7 | ||
+ | libGeoIPUpdate.so.0 | ||
+ | libGeoIPUpdate.so.0.0.0 | ||
+ | libHalf.so.6 | ||
+ | libHalf.so.6.0.0 | ||
+ | libICE.a | ||
+ | libICE.so | ||
+ | libICE.so.6 | ||
+ | libICE.so.6.3.0 | ||
+ | libIDL-2.so.0 | ||
+ | libIDL-2.so.0.0.0 | ||
+ | libIex.so.6 | ||
+ | libIex.so.6.0.0 | ||
+ | libIlmImf.so.6 | ||
+ | libIlmImf.so.6.0.0 | ||
+ | libIlmThread.so.6 | ||
+ | libIlmThread.so.6.0.0 | ||
+ | libImath.so.6 | ||
+ | libImath.so.6.0.0 | ||
+ | libMagickCore.so.3 | ||
+ | libMagickCore.so.3.0.0 | ||
+ | libMagickWand.so.3 | ||
+ | libMagickWand.so.3.0.0 | ||
+ | libORBit-2.so.0 | ||
+ | libORBit-2.so.0.1.0 | ||
+ | libORBit-imodule-2.so.0 | ||
+ | libORBit-imodule-2.so.0.0.0 | ||
+ | libORBitCosNaming-2.so.0 | ||
+ | libORBitCosNaming-2.so.0.1.0 | ||
+ | libSDL-1.2.so.0 | ||
+ | libSDL-1.2.so.0.11.3 | ||
+ | libSDL.a | ||
+ | libSDL.la | ||
+ | libSDL.so | ||
+ | libSDL_gfx.a | ||
+ | libSDL_gfx.la | ||
+ | libSDL_gfx.so | ||
+ | libSDL_gfx.so.13 | ||
+ | libSDL_gfx.so.13.5.2 | ||
+ | libSDL_gfx.so.4 | ||
+ | libSDL_image-1.2.so.0 | ||
+ | libSDL_image-1.2.so.0.8.2 | ||
+ | libSDL_image.a | ||
+ | libSDL_image.la | ||
+ | libSDL_image.so | ||
+ | libSDL_net-1.2.so.0 | ||
+ | libSDL_net-1.2.so.0.0.7 | ||
+ | libSDL_net.a | ||
+ | libSDL_net.la | ||
+ | libSDL_net.so | ||
+ | libSDL_ttf-2.0.so.0 | ||
+ | libSDL_ttf-2.0.so.0.6.3 | ||
+ | libSDL_ttf.a | ||
+ | libSDL_ttf.la | ||
+ | libSDL_ttf.so | ||
+ | libSDLmain.a | ||
+ | libSM.a | ||
+ | libSM.so | ||
+ | libSM.so.6 | ||
+ | libSM.so.6.0.1 | ||
+ | libX11.a | ||
+ | libX11.so | ||
+ | libX11.so.6 | ||
+ | libX11.so.6.3.0 | ||
+ | libXau.a | ||
+ | libXau.so | ||
+ | libXau.so.6 | ||
+ | libXau.so.6.0.0 | ||
+ | libXaw.so.7 | ||
+ | libXaw7.so.7 | ||
+ | libXaw7.so.7.0.0 | ||
+ | libXcomposite.so.1 | ||
+ | libXcomposite.so.1.0.0 | ||
+ | libXcursor.so.1 | ||
+ | libXcursor.so.1.0.2 | ||
+ | libXdamage.so.1 | ||
+ | libXdamage.so.1.1.0 | ||
+ | libXdmcp.a | ||
+ | libXdmcp.so | ||
+ | libXdmcp.so.6 | ||
+ | libXdmcp.so.6.0.0 | ||
+ | libXext.a | ||
+ | libXext.so | ||
+ | libXext.so.6 | ||
+ | libXext.so.6.4.0 | ||
+ | libXfixes.so.3 | ||
+ | libXfixes.so.3.1.0 | ||
+ | libXfont.so.1 | ||
+ | libXfont.so.1.4.1 | ||
+ | libXft.so.2 | ||
+ | libXft.so.2.1.13 | ||
+ | libXi.so.6 | ||
+ | libXi.so.6.1.0 | ||
+ | libXinerama.so.1 | ||
+ | libXinerama.so.1.0.0 | ||
+ | libXmu.so.6 | ||
+ | libXmu.so.6.2.0 | ||
+ | libXmuu.so.1 | ||
+ | libXmuu.so.1.0.0 | ||
+ | libXpm.so.4 | ||
+ | libXpm.so.4.11.0 | ||
+ | libXrandr.so.2 | ||
+ | libXrandr.so.2.2.0 | ||
+ | libXrender.so.1 | ||
+ | libXrender.so.1.3.0 | ||
+ | libXt.a | ||
+ | libXt.so | ||
+ | libXt.so.6 | ||
+ | libXt.so.6.0.0 | ||
+ | libXtst.so.6 | ||
+ | libXtst.so.6.1.0 | ||
+ | libXv.so.1 | ||
+ | libXv.so.1.0.0 | ||
+ | libXxf86dga.so.1 | ||
+ | libXxf86dga.so.1.0.0 | ||
+ | libXxf86vm.so.1 | ||
+ | libXxf86vm.so.1.0.0 | ||
+ | libaa.a | ||
+ | libaa.la | ||
+ | libaa.so | ||
+ | libaa.so.1 | ||
+ | libaa.so.1.0.4 | ||
+ | libanl.a | ||
+ | libanl.so | ||
+ | libapr-1.so.0 | ||
+ | libapr-1.so.0.4.2 | ||
+ | libaprutil-1.so.0 | ||
+ | libaprutil-1.so.0.3.9 | ||
+ | libapt-inst-libc6.9-6.so.1.1 | ||
+ | libapt-inst-libc6.9-6.so.1.1.0 | ||
+ | libapt-pkg-libc6.9-6.so.4.8 | ||
+ | libapt-pkg-libc6.9-6.so.4.8.0 | ||
+ | libartsc.a | ||
+ | libartsc.la | ||
+ | libartsc.so | ||
+ | libartsc.so.0 | ||
+ | libartsc.so.0.0.0 | ||
+ | libasound.a | ||
+ | libasound.la | ||
+ | libasound.so | ||
+ | libasound.so.2 | ||
+ | libasound.so.2.0.0 | ||
+ | libaspell.so.15 | ||
+ | libaspell.so.15.1.4 | ||
+ | libasprintf.a | ||
+ | libasprintf.so | ||
+ | libasprintf.so.0 | ||
+ | libasprintf.so.0.0.0 | ||
+ | libasyncns.so.0 | ||
+ | libasyncns.so.0.1.0 | ||
+ | libatk-1.0.so.0 | ||
+ | libatk-1.0.so.0.3009.1 | ||
+ | libaudio.a | ||
+ | libaudio.so | ||
+ | libaudio.so.2 | ||
+ | libaudio.so.2.4 | ||
+ | libaudiofile.a | ||
+ | libaudiofile.la | ||
+ | libaudiofile.so | ||
+ | libaudiofile.so.0 | ||
+ | libaudiofile.so.0.0.2 | ||
+ | libavahi-client.a | ||
+ | libavahi-client.la | ||
+ | libavahi-client.so | ||
+ | libavahi-client.so.3 | ||
+ | libavahi-client.so.3.2.7 | ||
+ | libavahi-common.a | ||
+ | libavahi-common.la | ||
+ | libavahi-common.so | ||
+ | libavahi-common.so.3 | ||
+ | libavahi-common.so.3.5.2 | ||
+ | libavahi-core.so.7 | ||
+ | libavahi-core.so.7.0.0 | ||
+ | libavcall.so.0 | ||
+ | libavcall.so.0.0.0 | ||
+ | libbfd-2.20.1-system.20100303.so | ||
+ | libbind9.so.60 | ||
+ | libbind9.so.60.0.4 | ||
+ | libboost_iostreams.so.1.40.0 | ||
+ | libboost_iostreams.so.1.42.0 | ||
+ | libbsd-compat.a | ||
+ | libc.a | ||
+ | libc.so | ||
+ | libc_nonshared.a | ||
+ | libcaca++.a | ||
+ | libcaca++.so | ||
+ | libcaca++.so.0 | ||
+ | libcaca++.so.0.99.17 | ||
+ | libcaca.a | ||
+ | libcaca.so | ||
+ | libcaca.so.0 | ||
+ | libcaca.so.0.99.17 | ||
+ | libcairo.so.2 | ||
+ | libcairo.so.2.10800.10 | ||
+ | libcallback.so.0 | ||
+ | libcallback.so.0.0.0 | ||
+ | libcdt.so.4 | ||
+ | libcdt.so.4.0.0 | ||
+ | libcidn.so | ||
+ | libcroco-0.6.so.3 | ||
+ | libcroco-0.6.so.3.0.1 | ||
+ | libcrypt.a | ||
+ | libcrypt.so | ||
+ | libcrypto.a | ||
+ | libcrypto.so | ||
+ | libcrypto.so.0.9.8 | ||
+ | libcucul++.so | ||
+ | libcucul++.so.0 | ||
+ | libcucul++.so.0.99.17 | ||
+ | libcucul.so | ||
+ | libcucul.so.0 | ||
+ | libcucul.so.0.99.17 | ||
+ | libcups.so.2 | ||
+ | libcupsimage.so.2 | ||
+ | libcurl-gnutls.so.3 | ||
+ | libcurl-gnutls.so.4 | ||
+ | libcurl-gnutls.so.4.2.0 | ||
+ | libcurl.so.3 | ||
+ | libcurl.so.4 | ||
+ | libcurl.so.4.2.0 | ||
+ | libcurses.a | ||
+ | libcurses.so | ||
+ | libcwidget.so.3 | ||
+ | libcwidget.so.3.0.0 | ||
+ | libdaemon.so.0 | ||
+ | libdaemon.so.0.5.0 | ||
+ | libdatrie.so.1 | ||
+ | libdatrie.so.1.1.0 | ||
+ | libdb-4.7.so | ||
+ | libdb-4.8.so | ||
+ | libdbi.a | ||
+ | libdbi.la | ||
+ | libdbi.so.0 | ||
+ | libdbi.so.0.0.5 | ||
+ | libdbus-1.a | ||
+ | libdbus-1.so | ||
+ | libdbus-glib-1.so.2 | ||
+ | libdbus-glib-1.so.2.1.0 | ||
+ | libdialog.a | ||
+ | libdirect-1.2.so.9 | ||
+ | libdirect-1.2.so.9.0.1 | ||
+ | libdirect.a | ||
+ | libdirect.so | ||
+ | libdirectfb-1.2.so.9 | ||
+ | libdirectfb-1.2.so.9.0.1 | ||
+ | libdirectfb.a | ||
+ | libdirectfb.so | ||
+ | libdjvulibre.so.21 | ||
+ | libdjvulibre.so.21.2.0 | ||
+ | libdl.a | ||
+ | libdl.so | ||
+ | libdns.so.69 | ||
+ | libdns.so.69.1.2 | ||
+ | libdrm.so.2 | ||
+ | libdrm.so.2.4.0 | ||
+ | libdrm_intel.so.1 | ||
+ | libdrm_intel.so.1.0.0 | ||
+ | libdrm_radeon.so.1 | ||
+ | libdrm_radeon.so.1.0.0 | ||
+ | libedit.so.2 | ||
+ | libedit.so.2.11 | ||
+ | libept.so.0 | ||
+ | libept.so.0.5.30 | ||
+ | libept.so.1 | ||
+ | libept.so.1.0.3 | ||
+ | libesd.a | ||
+ | libesd.la | ||
+ | libesd.so | ||
+ | libesd.so.0 | ||
+ | libesd.so.0.2.39 | ||
+ | libevent-1.4.so.2 | ||
+ | libevent-1.4.so.2.1.3 | ||
+ | libevtlog.so.0 | ||
+ | libevtlog.so.0.0.0 | ||
+ | libexiv2.so.9 | ||
+ | libexiv2.so.9.0.0 | ||
+ | libexpat.so.1 | ||
+ | libexpat.so.1.5.2 | ||
+ | libexpatw.so.1 | ||
+ | libexpatw.so.1.5.2 | ||
+ | libfakeroot | ||
+ | libffi.so.5 | ||
+ | libffi.so.5.0.10 | ||
+ | libfl.a | ||
+ | libfl.so | ||
+ | libfl_pic.a | ||
+ | libfontconfig.so.1 | ||
+ | libfontconfig.so.1.4.4 | ||
+ | libfontenc.so.1 | ||
+ | libfontenc.so.1.0.0 | ||
+ | libform.a | ||
+ | libform.so | ||
+ | libform.so.5 | ||
+ | libform.so.5.7 | ||
+ | libformw.so.5 | ||
+ | libformw.so.5.7 | ||
+ | libfreetype.a | ||
+ | libfreetype.la | ||
+ | libfreetype.so | ||
+ | libfreetype.so.6 | ||
+ | libfreetype.so.6.6.0 | ||
+ | libfribidi.so.0 | ||
+ | libfribidi.so.0.3.1 | ||
+ | libfsplib.so.0 | ||
+ | libfsplib.so.0.0.0 | ||
+ | libfusion-1.2.so.9 | ||
+ | libfusion-1.2.so.9.0.1 | ||
+ | libfusion.a | ||
+ | libfusion.so | ||
+ | libg.a | ||
+ | libgc.so.1 | ||
+ | libgc.so.1.0.2 | ||
+ | libgccpp.so.1 | ||
+ | libgccpp.so.1.0.2 | ||
+ | libgconf-2.so.4 | ||
+ | libgconf-2.so.4.1.5 | ||
+ | libgconf2-4 | ||
+ | libgcr.so.0 | ||
+ | libgcr.so.0.0.0 | ||
+ | libgcrypt.so.11 | ||
+ | libgcrypt.so.11.5.3 | ||
+ | libgd.so.2 | ||
+ | libgd.so.2.0.0 | ||
+ | libgdbm.a | ||
+ | libgdbm.la | ||
+ | libgdbm.so | ||
+ | libgdbm.so.3 | ||
+ | libgdbm.so.3.0.0 | ||
+ | libgdbm_compat.a | ||
+ | libgdbm_compat.la | ||
+ | libgdbm_compat.so | ||
+ | libgdbm_compat.so.3 | ||
+ | libgdbm_compat.so.3.0.0 | ||
+ | libgdk-x11-2.0.so.0 | ||
+ | libgdk-x11-2.0.so.0.2000.1 | ||
+ | libgdk_pixbuf-2.0.so.0 | ||
+ | libgdk_pixbuf-2.0.so.0.2000.1 | ||
+ | libgdk_pixbuf_xlib-2.0.so.0 | ||
+ | libgdk_pixbuf_xlib-2.0.so.0.2000.1 | ||
+ | libgettextlib-0.18.1.so | ||
+ | libgettextlib.so | ||
+ | libgettextpo.a | ||
+ | libgettextpo.so | ||
+ | libgettextpo.so.0 | ||
+ | libgettextpo.so.0.5.1 | ||
+ | libgettextsrc-0.18.1.so | ||
+ | libgettextsrc.so | ||
+ | libgio-2.0.a | ||
+ | libgio-2.0.la | ||
+ | libgio-2.0.so | ||
+ | libgio-2.0.so.0 | ||
+ | libgio-2.0.so.0.2400.2 | ||
+ | libglib-2.0.a | ||
+ | libglib-2.0.la | ||
+ | libglib-2.0.so | ||
+ | libgmodule-2.0.a | ||
+ | libgmodule-2.0.la | ||
+ | libgmodule-2.0.so | ||
+ | libgmodule-2.0.so.0 | ||
+ | libgmodule-2.0.so.0.2400.2 | ||
+ | libgmp.so.3 | ||
+ | libgmp.so.3.5.2 | ||
+ | libgnutls-extra.so.26 | ||
+ | libgnutls-extra.so.26.14.12 | ||
+ | libgnutls-openssl.so.26 | ||
+ | libgnutls-openssl.so.26.14.12 | ||
+ | libgnutls.so.26 | ||
+ | libgnutls.so.26.14.12 | ||
+ | libgobject-2.0.a | ||
+ | libgobject-2.0.la | ||
+ | libgobject-2.0.so | ||
+ | libgobject-2.0.so.0 | ||
+ | libgobject-2.0.so.0.2400.2 | ||
+ | libgomp.so.1 | ||
+ | libgomp.so.1.0.0 | ||
+ | libgp11.so.0 | ||
+ | libgp11.so.0.0.0 | ||
+ | libgpg-error.so.0 | ||
+ | libgpg-error.so.0.4.0 | ||
+ | libgpgme-pth.so.11 | ||
+ | libgpgme-pth.so.11.7.0 | ||
+ | libgpgme-pthread.so.11 | ||
+ | libgpgme-pthread.so.11.7.0 | ||
+ | libgpgme.so.11 | ||
+ | libgpgme.so.11.7.0 | ||
+ | libgpm.so.2 | ||
+ | libgpm.so.2.0.0 | ||
+ | libgraph.so.4 | ||
+ | libgraph.so.4.0.0 | ||
+ | libgs.so.8 | ||
+ | libgs.so.8.71 | ||
+ | libgsasl.so.7 | ||
+ | libgsasl.so.7.7.6 | ||
+ | libgsf-1.so.114 | ||
+ | libgsf-1.so.114.0.18 | ||
+ | libgssapi_krb5.so.2 | ||
+ | libgssapi_krb5.so.2.2 | ||
+ | libgssglue.so.1 | ||
+ | libgssglue.so.1.0.0 | ||
+ | libgthread-2.0.a | ||
+ | lab46:/ | ||
+ | </ | ||
+ | 1. Lots of data and special files. | ||
+ | |||
+ | 2. Contains every system library that programs require to run | ||
+ | |||
+ | |||
+ | =====Reflection===== | ||
+ | There are alot of directories and files contained in the linux filesystem. There were more than i actually knew about and i believe i have only scratched the surface of files. I bet there are more hidden among all of these, just got to poke around and find them. Alot were easily accessible, and some i could not enter. Some files i was able to use, some wouldn' | ||
+ | But there are so many more files, that i believe makes this a powerful system to use. | ||
+ | =====References===== | ||
+ | In performing this project, the following resources were referenced: | ||
+ | |||
+ | * http:// | ||
+ | * http:// | ||
+ | |||
+ | |||