This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:qclark:portfolio:eoce:eoce0x2 [2011/12/08 20:23] – [Scope] qclark | user:qclark:portfolio:eoce:eoce0x2 [2011/12/08 20:30] (current) – [References] qclark | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Project: | ||
+ | A project for UNIX/Linux by QUINTON CLARK during the FALL 2011. | ||
+ | |||
+ | This project was begun on 12/8/11 and is anticipated to take 5-10 MINUTES. | ||
+ | |||
+ | =====Objectives===== | ||
+ | To find out if the program **mystery** outputs to STDOUT or STDERR. | ||
+ | |||
+ | =====Prerequisites===== | ||
+ | In order to successfully accomplish/ | ||
+ | |||
+ | * tty | ||
+ | * cd | ||
+ | * file | ||
+ | * ./ | ||
+ | =====Background===== | ||
+ | I want to see where the program **mystery** outputs to, if it is STDOUT. | ||
+ | =====Scope===== | ||
+ | I hope to find an output to the program. | ||
+ | |||
+ | =====Attributes===== | ||
+ | State and justify the attributes you'd like to receive upon successful approval and completion of this project. | ||
+ | |||
+ | * attribute1: why you feel your pursuit of this project will gain you this attribute | ||
+ | * attribute2: why you feel your pursuit of this project will gain you this attribute | ||
+ | * etc... | ||
+ | |||
+ | =====Procedure===== | ||
+ | The actual steps taken to accomplish the project. Include images, code snippets, command-line excerpts; whatever is useful for intuitively communicating important information for accomplishing the project. | ||
+ | |||
+ | =====Code===== | ||
+ | |||
+ | |||
+ | <cli> | ||
+ | lab46: / | ||
+ | Hello, this is the program you have to run. | ||
+ | To where is my output going??? Figure it out. | ||
+ | lab46: / | ||
+ | mystery: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.4.1, stripped | ||
+ | lab46: / | ||
+ | /dev/pts/34 | ||
+ | </ | ||
+ | |||
+ | |||
+ | =====Reflection===== | ||
+ | When you run a program and it outputs data then you know that it outputs from somewhere and can **tty** it and find where its being outputted from. Otherwise if you get an error message, it's just an error message. | ||
+ | |||
+ | =====References===== | ||
+ | In performing this project, the following resources were referenced: | ||
+ | |||
+ | * My brains | ||
+ | * Classmates help |