Linux CLI - Searching and Finding
What will be the output of the command
whereis bash on a typical Linux system?whereis bash on a typical Linux system?whereis output formatwhereis shows multiple locations: the binary executable path, source files if any, and manual page locations.bashwhereis bash returns the binary path like /bin/bash and the man page location like /usr/share/man/man1/bash.1.gz.whereis = binary + man files [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions