สอนวิธีใช้ linux/unix เบื่องต้น
- What is UNIX? -- UNIX คืออะไร ?
- Files and processes -- ไฟล์ และกระบวนการ
- The Directory Structure -- โครงสร้าง Directory
- Starting an UNIX terminal -- เริ่มต้นใช้ UNIX terminal
Tutorial One
- Listing files and directories -- รายชื่อไฟล์ และ ไดเร็กทอรี่
- Making Directories -- สร้างไดเร็กทอรี่
- Changing to a different Directory -- ย้ายไดเร็กทอรี่
- The directories . and .. -- ไดเร็กทอรี่และ ..
- Pathnames -- แพตช์เนม
- More about home directories and pathnames -- อื่นๆเกี่ยวกับไดเร็กทอรี่และแพตช์เนม
Tutorial Two
- Copying Files
- Moving Files
- Removing Files and directories
- Displaying the contents of a file on the screen
- Searching the contents of a file
Tutorial Three
- Redirection
- Redirecting the Output
- Redirecting the Input
- Pipes
Tutorial Four
- Wildcards
- Filename Conventions
- Getting Help
Tutorial Five
- File system security (access rights)
- Changing access rights
- Processes and Jobs
- Listing suspended and background processes
- Killing a process
Tutorial Six
- Other Useful UNIX commands
Tutorial Seven
- Compiling UNIX software packages
- Download source code
- Extracting source code
- Configuring and creating the Makefile
- Building the package
- Running the software
- Stripping unnecessary code
Tutorial Eight
- UNIX variables
- Environment variables
- Shell variables
- Using and setting variables