Rolans, Unless I misunderstand the question -- the answer is [c]. Command line history on Linux is a feature of the shell you are using. If you are using the (pretty universal) bash shell then up-arrow does indeed work just as in Windows. If you have another shell then you will need to read the man pages.
On my machine "echo $SHELL" prints "/bin/bash" Marc
