Search

You can find the results of your search below.

linux_tutorial_seven
21 Hits, Last modified:
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. It aids in ... m which have changed since the last compile. The make program gets its set of compile rules from a text
linux_tutorial_one
5 Hits, Last modified:
==== 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
2 Hits, Last modified:
**cp** **file1** **file2** is the command which makes a copy of **file1** in the current working direc... use the **rmdir** command to remove a directory (make sure it is empty first). Try to remove the **back