educative.io

Where is the man page


Type your question above this line.
where is the man page in this operating system course ? means that i should geogle “fork” ''exec" ?
Course: https://www.educative.io/collection/10370001/5371225300795392
Lesson: https://www.educative.io/collection/page/10370001/5371225300795392/6124724036829184

Hello @stay

As mentioned in the lesson, man pages or manual pages are the original form of documentation that exist on UNIX systems. For instance, if you want to read more about fork, you can find the detailed documentation here. Similarly, for exec, you can find detailed documentation here.

It should be noted that the numbers as in exec(3) or fork(2) correspond to what section of the manual the page is from.

This is the main link to the man page.

Hope this helps!