Ubuntu вопросы и ответы для интервью
Вопрос 16. What is the purpose of the '/etc/apt/sources.list.d/' directory?
The '/etc/apt/sources.list.d/' directory is used to store additional APT repository configuration files.
Вопрос 17. How do you check the available disk space in Ubuntu?
You can check disk space using the 'df' command. For example: df -h
Вопрос 18. What is the purpose of the 'chmod' command?
The 'chmod' command is used to change the permissions of a file or directory.
Example:
chmod permissions filename
Вопрос 19. How do you install software from source code in Ubuntu?
You can install software from source code using the following commands: ./configure, make, sudo make install
Вопрос 20. Explain the purpose of the 'cron' system in Ubuntu.
The 'cron' system is used for scheduling tasks to run automatically at specified intervals.
Самое полезное по оценкам пользователей:
- What is the default package manager in Ubuntu?
- How do you update the package list with APT?
- How can you check the version of Ubuntu installed on your system?
- Explain the purpose of the 'sudo' command.
- What is the purpose of the 'ls' command in Linux?