Ubuntu Questions et reponses d'entretien
Question 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.
Question 17. How do you check the available disk space in Ubuntu?
You can check disk space using the 'df' command. For example: df -h
Question 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
Question 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
Question 20. Explain the purpose of the 'cron' system in Ubuntu.
The 'cron' system is used for scheduling tasks to run automatically at specified intervals.
Les plus utiles selon les utilisateurs :
- 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?