<div>Well, you have few ways to figure out what&#39;s the file name of any application:<br></div><div>1. Open the system monitor, sort processes by name then launch note application and search the list for a file named {something}-notes, etc.</div>

<div>2. Launch the notes application, open a terminal and issue: $ ps aux|grep note. If the notes application is named anything near note it should appear right after your cursor.</div><div>3. Perform a package search: $ yum -s note (you should have a list with all packages containing note available from your repos)</div>

<div><br></div><div>Said that, after a quick web search (ahem...) the application&#39;s filename is xfce4-notes-plugin. Now just try: $ xfce4-notes-plugin --help or $ man xfce4-notes-plugin, so on.</div>