"where is" and "what is" in Linux

"whereis " the command used to find the path of executable .

bash#whereis firefox
/usr/bin/firefox

"whatis" you can find the description of the apps using this comamnd.

bash#whatis iptables
iptables(8) - administration tool for IPv4 packet filtering and NAT

No comments: