Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

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...

1 answer below »

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.
Answered Same Day Sep 01, 2022

Solution

Chandrama answered on Sep 02 2022
70 Votes
VM Installation in MAC
Please follow the instruction as per link.
Execution of Command as per README file and pdf:
1. Uncompress archive: % gunzip filename.tar.gz
Download file:
$ gunzip unpv13e.tar.gz

2. Extract archive: % tar xvf filename.ta
Extract the tar file:
$ tar -xvf unpv13e.ta
3. Change directory to the 'unpv13e' sub-directory: % cd unpv13e
$ cd unpv13e
    
4. List contents: % ls
5. View the README file, using your favorite command line editor (ESC key for command line, then type ":q" Enter to exit vi): % view README
    
6. Perform the instructions in the README file, starting with the 'configure' command.
cd lib # build the basic li
ary that all programs need
make # use "gmake" everywhere on BSD/OS...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here