Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

1.

A) The ifconfig command in Fedora

1.B) The ipconfig command in command prompt in Windows

1. A) The mc screen

2. B) Explanation about the F7 function in mc

The 'F' (function) keys are widely used in mc for file operations. Read the bar
at the bottom for their current function, which may differ according to the
context, eg. browsing a directory, using the file viewer, or the editor. F7 -
create a directory

3. The C/C++ files and objects

Explanation the result of this program:

o The program starts with one process (main).


o fork() creates a new process (child).
o After fork(), both the parent and child processes print their IDs.
o The parent process knows its own ID and the child's ID.
o The child process knows only its own ID.

You might also like