B is correct because CTRL+R initiates reverse-i-search in bash, enabling interactive search through command history - as you type, it shows matching commands from history. A is wrong - './filename' executes binaries. C is wrong - 'who' or 'w' lists logged-in users. D is wrong - 'ps' or 'top' lists processes.