Linux CLI - Package Management
What will be the output of the command
yum list installed | grep httpd if the httpd package is installed?yum list installed | grep httpd if the httpd package is installed?yum list installed lists all installed packages. Piping to grep httpd filters lines containing 'httpd'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions