Week 06 - Lab 1 ( APUE )___Muhammad

.docx

School

University of Texas, Dallas *

*We aren’t endorsed by this school

Course

3377

Subject

Computer Science

Date

May 8, 2024

Type

docx

Pages

39

Uploaded by CoachSparrowMaster99 on coursehero.com

Week 06 - Lab 1 ( APUE ) Muhammad login as: axm210331 Pre-authentication banner message from server: | University of Texas at Dallas | Department of Computer Science | | Use of UTD Information Systems is subject to | the UTD Information Security and Acceptable Use Policy. | | Pursuant to Texas Administrative Code 202: | (1) Unauthorized use is prohibited; | (2) Usage may be subject to security testing and monitoring; | (3) Misuse is subject to criminal prosecution; and | (4) No expectation of privacy except as otherwise provided by applicable | privacy laws. | | ATTENTION: utdnetid != utdnetid@utdallas.edu (UTD != Google!) | | Just use utdnetid, and for the love of programming, STOP USING ALL CAPS! | | [[NOTE: All CS Graduate Students should use csgrads1.utdallas.edu ]] | [[ If you are a CS Graduate Student, you cannot logon to this server.]] | | | ***** This system will require a connection to the GlobalProtect VPN startin > g | on the following dates: | | cslinux1.utdallas.edu - June 15, 2020 | cslinux2.utdallas.edu - June 22, 2020 | | ***** GlobalProtect VPN Instructions: https://www.utdallas.edu/oit/howto/vpn > / | End of banner message from server Keyboard-interactive authentication prompts from server:
End of keyboard-interactive prompts from server +----------------------------------------------------------------------+ MobaXterm Personal Edition v23.2 (SSH client, X server and network tools) ? SSH session to axm210331@cslinux1.utdallas.edu Direct SSH : ? SSH compression : ? SSH-browser : ? X11-forwarding : ? (remote display is forwarded through SSH) ? For more info, ctrl+click on help or visit our website. +----------------------------------------------------------------------+ Last login: Sat Sep 30 00:42:58 2023 from 10.50.124.129 ***---***---***---***---***---*** csgrads1.utdallas.edu - CentOS Linux 7.9 --All CS Graduate Students should use csgrads1-- cs1.utdallas.edu - CentOS Linux 7.9 cs2.utdallas.edu - CentOS Linux 7.9 ***---***---***---***---***---*** This system is for use by CS students who need a general purpose Linux system to complete homework assignments. Computationally or resource intensive simulations will be throttled automatically. Thank you, CS Lab Manager cs-labs@utdallas.edu /scratch disk space can be used for temporary files. All files within /scratch will be erased on a regular basis (Sunday 0300). {cslinux1:~} script apue script: cannot open apue: Is a directory Terminated {cslinux1:~} script week5lab1
Script started, file is week5lab1 {cslinux1:~} cd apue {cslinux1:~/apue} gunzip src.3e.tar.gz {cslinux1:~/apue} tar -xvf src.3e.tar apue.3e/ apue.3e/advio/ apue.3e/daemons/ apue.3e/datafiles/ apue.3e/db/ apue.3e/DISCLAIMER apue.3e/environ/ apue.3e/exercises/ apue.3e/figlinks/ apue.3e/filedir/ apue.3e/fileio/ apue.3e/include/ apue.3e/intro/ apue.3e/ipc1/ apue.3e/ipc2/ apue.3e/lib/ apue.3e/Make.defines.freebsd apue.3e/Make.defines.linux apue.3e/Make.defines.macos apue.3e/Make.defines.solaris apue.3e/Make.libapue.inc apue.3e/Makefile apue.3e/printer/ apue.3e/proc/ apue.3e/pty/ apue.3e/README apue.3e/relation/ apue.3e/signals/ apue.3e/sockets/ apue.3e/standards/ apue.3e/stdio/ apue.3e/systype.sh apue.3e/termios/
apue.3e/threadctl/ apue.3e/threads/ apue.3e/threads/badexit2.c apue.3e/threads/barrier.c apue.3e/threads/cleanup.c apue.3e/threads/condvar.c apue.3e/threads/exitstatus.c apue.3e/threads/Makefile apue.3e/threads/maketimeout.c apue.3e/threads/mutex1.c apue.3e/threads/mutex2.c apue.3e/threads/mutex3.c apue.3e/threads/rwlock.c apue.3e/threads/threadid.c apue.3e/threads/timedlock.c apue.3e/threadctl/atfork.c apue.3e/threadctl/detach.c apue.3e/threadctl/getenv1.c apue.3e/threadctl/getenv2.c apue.3e/threadctl/getenv3.c apue.3e/threadctl/Makefile apue.3e/threadctl/suspend.c apue.3e/threadctl/timeout.c apue.3e/termios/csize.c apue.3e/termios/ctermid.c apue.3e/termios/getpass.c apue.3e/termios/isatty.c apue.3e/termios/Makefile apue.3e/termios/settty.c apue.3e/termios/t_getpass.c apue.3e/termios/t_isatty.c apue.3e/termios/t_raw.c apue.3e/termios/t_ttyname.c apue.3e/termios/ttyname.c apue.3e/termios/winch.c apue.3e/stdio/buf.c apue.3e/stdio/fgetsfputs.c
apue.3e/stdio/getcharbug.c apue.3e/stdio/getcputc.c apue.3e/stdio/Makefile apue.3e/stdio/memstr.c apue.3e/stdio/mkstemp.c apue.3e/stdio/tempfiles.c apue.3e/standards/conf.c.modified apue.3e/standards/makeconf.awk apue.3e/standards/Makefile apue.3e/standards/makeopt.awk apue.3e/standards/pathconf-lim.sym apue.3e/standards/pathconf-opt.sym apue.3e/standards/sysconf-lim.sym apue.3e/standards/sysconf-opt.sym apue.3e/sockets/clconn.c apue.3e/sockets/clconn2.c apue.3e/sockets/findsvc.c apue.3e/sockets/initsrv1.c apue.3e/sockets/initsrv2.c apue.3e/sockets/makefile apue.3e/sockets/ruptime-dg.c apue.3e/sockets/ruptime.c apue.3e/sockets/ruptimed-dg.c apue.3e/sockets/ruptimed-fd.c apue.3e/sockets/ruptimed.c apue.3e/signals/abort.c apue.3e/signals/child.c apue.3e/signals/critical.c apue.3e/signals/Makefile apue.3e/signals/mask.c apue.3e/signals/read1.c apue.3e/signals/read2.c apue.3e/signals/reenter.c apue.3e/signals/setops.c apue.3e/signals/sigtstp.c apue.3e/signals/sigusr.c apue.3e/signals/sleep1.c
apue.3e/signals/sleep2.c apue.3e/signals/suspend1.c apue.3e/signals/suspend2.c apue.3e/signals/system.c apue.3e/signals/systest2.c apue.3e/signals/tsleep2.c apue.3e/relation/Makefile apue.3e/relation/orphan3.c apue.3e/pty/driver.c apue.3e/pty/loop.c apue.3e/pty/main.c apue.3e/pty/Makefile apue.3e/proc/awkexample apue.3e/proc/echoall.c apue.3e/proc/exec1.c apue.3e/proc/exec2.c apue.3e/proc/fork1.c apue.3e/proc/fork2.c apue.3e/proc/Makefile apue.3e/proc/nice.c apue.3e/proc/pracct.c apue.3e/proc/pruids.c apue.3e/proc/system.c apue.3e/proc/systest1.c apue.3e/proc/systest3.c apue.3e/proc/tellwait1.c apue.3e/proc/tellwait2.c apue.3e/proc/test1.c apue.3e/proc/times1.c apue.3e/proc/vfork1.c apue.3e/proc/wait1.c apue.3e/printer/ipp.h apue.3e/printer/Makefile apue.3e/printer/print.c apue.3e/printer/print.h apue.3e/printer/printd.c apue.3e/printer/util.c
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help