Linux CLI - Package Management
What will be the output of the command
dnf list installed | grep bash on a system where bash is installed?dnf list installed | grep bash on a system where bash is installed?dnf list installed lists all installed packages; piping to grep bash filters lines containing 'bash'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions