| Re: cannot execute Binary Quote: |
Originally Posted by n00b1337 What can i do? i Find this pretty anoying and need help. | Yeah, well Linux finds it annoying when users ask it to do Windows commands....
In the Tutorials section of the forums is this one on basic bash commands: http://www.linuxforums.org/tutorials...rial-1154.html
For more information, O'Reilly & Associates has an excellent small book called Linux Pocket Guide
A useful command (sometimes) when you want to do something, but you don't know what command will work, use the command 'apropos' with a keyword of what you are looking for. To see commands related to listing the contents of a directory, I would try: Code: apropos list
...or...
apropos directory
Finally, if you know a command, but you are not sure what it does or how to use it, use the 'man' command to see the "manual" pages: Press 'q' to quit from 'man'.
For man pages online, along with a handy list of most commands, go on-line to http://linuxreviews.org/man/
__________________
/IMHO
//got nothin'
///this use to look better
|