Mastering Linux YUM Repositories

Mastering Linux YUM Repositories

Function of YUM RepositoriesPackage manager, similar to software managers like 360. YUM can download (from repositories, while also downloading dependencies), install, update, and uninstall software.It operates at a lower level through RPM for software installation, so after installing software with YUM, you can query it using rpm. rpm -qa | grep SoftwareName 2. Advantages of … Read more

Linux Basic Practice Multiple Choice Questions – 11

Linux Basic Practice Multiple Choice Questions - 11

51. Question: What is the main purpose of the groupmod command in Linux? Option 1: Modify group attributes Option 2: Add a new group Option 3: Remove a user from the group Option 4: Create a new group Correct Answer: 1 Explanation: In Linux, the main purpose of the groupmod command is to modify group … Read more