Search
You can find the results of your search below.
Fulltext results:
- linux_tutorial_seven
- ammers and end-users to simplify these steps. ===make and the Makefile=== The make command allows programmers to manage large programs or groups of programs... m which have changed since the last compile. The make program gets its set of compile rules from a text... configure the package for your system. - Type **make** to compile the package. - Optionally, type **
- linux_tutorial_one
- ==== 1.2 Making Directories ==== __**mkdir**__ (make directory) We will now make a subdirectory in your home directory to hold the files you will be creating and using in the course of this tutorial. To make a subdirectory called unixstuff in your current w... ntents (which should be empty) __**Exercise**__ Make another directory inside the **testdir** director
- linux_tutorial_two
- use the **rmdir** command to remove a directory (make sure it is empty first). Try to remove the **back