Question: Please help me code this in C/C++. REFERENCE for directories/files and commands to be implemented: In cs3377 directory, create a subdirectory (alpart2) and cd to
Please help me code this in C/C++.

REFERENCE for directories/files and commands to be implemented:

In cs3377 directory, create a subdirectory (alpart2) and cd to alpart2. Task #1. Write a C/C++ program you have done in Partl. Your executable is named "alpart2task1" and its executable named alpart2task1) to create a few directories and files as You may use system"command" ) function call to run "command". For detail, check APUE 8.13 (pages 264-269). To change directory, you may use chdi) function call along with getcwd) function call. For detail, check APUE 4.23 (pages 135-137, and a sample program in Figure 4.24). Also you may use the sample code as a base for your work (available at the end of this document). Copy and paste your program listing (alpart2task1.c) here Copy and paste the log of how to compile this program Copy and paste the run of your program here (/alpart2task1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
