Question: 1. Unix/Linux system: If you run a program and see command not found the first thing to do is make sure the program is in
1. Unix/Linux system: If you run a program and see "command not found" the first thing to do is
make sure the program is in /usr/bin
cd to your home directory
check your PATH variable
search for the program 2. If want to find the man page section having the "include" file for mkdir( ) type
man -f mkdir
man -k mkdir
man -x mkdir
man mkdir
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
