Week 1
First post from last week.
Introduction
Over the past week, labs 5 and 6 were completed on the following topics:
- Analysis of the Linux file system. Commands for working with files and directories.
- Search for files. I/O redirection. View running processes.
Lab #5
As a result of the laboratory work, I got acquainted with the Linux file system, its structure, names and contents of directories. I gained practical skills in using commands to work with files and directories, managing processes (and jobs), checking disk usage and maintaining the file system.
The following tasks were completed:
- Complete the examples given in the first part of the description of the laboratory work.
- Learn cp, mkdir, mv, chmod commands and learn how to use them
- Find out information about commands using the man command
Lab #6
As a result of the laboratory work, I got acquainted with the tools for searching files and filtering text data. Gained practical skills: managing processes (and tasks), checking disk usage and maintaining file systems.
The following tasks were completed:
- Use output and input redirection in practice.
- Learn to start processes in the background and stop them with the kill command.
- Learn find and prep commands and learn how to use them
- Learn about df and du commands and use them.
Conclusions
Over the past week, I have learned various commands for working with and analyzing the UNIX file system, as well as gaining practical skills in working with it.