Question: Description This assignment is to get you started with Unix and GNU GCC C programming environment. To complete this assignment, you need to: Have access
Description
This assignment is to get you started with Unix and GNU GCC C programming environment.
To complete this assignment, you need to:
Have access to general.asu.edu UNIX server. If you dont have access to it yet, please
check the tutorial available in Canvas covering this topic.
Be familiar on how to create a basic Hello World program written in C and how to
compile it You want to review the tutorial in Canvas covering this topic. This tutorial has
a link to a more detailed tutorial in Unix, make sure that you cover it as well.
Preparation
Once you are logged to general.asu.edu, review the content of your home directory:
Check the content on your roothome directory to check its content, use the ls
command
Use the ls a command to see all the files in your home directory
Use the ls l command to produce a long listing of the nonhidden files in your
home directory
Use the ls la command to produce a long listing of all the files in your home
directory
Create a new directory, CSE
use the command mkdir, you should use this directory for the rest of this
assignment
Move to the directory CSE
Use the command cd CSE
Problems
Within your account in general.asu.edu complete the following tasks. You want to create
screenshots of every task as proof of completion.
Inside of your CSE folder, create a new folder, labeled assignmen
Inside the folder assignment create three new directories: d d and d
Inside directory d and using the vim editor, create a file called helloworld.c The file
should be as follows:
#include
void main
printfHello World!, I am John Doe
;
ToDo replace John Doe with your name
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
