Lab - Lab .pdf
Please Do not use window please use MACBOOK system
please explain step to set up,put the screenshot and label answer all the step
Setup a UNIX based standard C programming language development environment.
Visit the book website: http:
www.unpbook.com/src.html (Links to an external site.)
Extract the contents of the compressed archive book examples source code unpv13e.tar.gz
Download unpv13e.tar.gz into a subdirectory:
1. Uncompress archive: % gunzip filename.tar.gz
2. Extract archive: % tar xvf filename.ta
3. Change directory to the 'unpv13e' sub-directory: % cd unpv13e
4. List contents: % ls
5. View the README file, using your favorite command line editor (ESC key fo
command line, then type ":q" Enter to exit vi): % view README
6. Perform the instructions in the README file, starting with the 'configure'
command.
7. Remember that if the cu
ent directory is not in your shell's $path variable, need to
prefix command name with "./" to run it, for example: % ./configure
8. Compose and submit the following information to Canvas as a plain text file:
! Operating System Name and Version (e.g. FreeBSD 12.0-RELEASE): %
uname -a
! Compiler Version (e.g. gcc 6.3.0): % gcc --version
! Which directories mentioned in the README file compile co
ectly on you
(virtual) machine?
! What are results of running 'daytimetcpcli' client executable.
! Does make'ing and running 'daytimetcpsrv' server executable first help?
! Does running server executable as a sudo'er work better? (either in a
separate terminal or in the background)
! Report output from running client executable.