LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I am a student and I need to figure out what some commands in Linux do. (https://www.linuxquestions.org/questions/linux-newbie-8/i-am-a-student-and-i-need-to-figure-out-what-some-commands-in-linux-do-4175423103/)

techbarbie 08-20-2012 02:28 PM

I am a student and I need to figure out what some commands in Linux do.
 
Hello. I am wanting to get to a Linux terminal without loading it onto my Windows system. I need to find out what several commands do. I know the simplest way to do this is to just put the commands on a virtual terminal and see what they do. But I am afraid that I will do some kind of damage to my laptop.

My question: Is there a terminal that I can get to online to test the commands I need to.

TB0ne 08-20-2012 02:34 PM

Quote:

Originally Posted by techbarbie (Post 4759456)
Hello. I am wanting to get to a Linux terminal without loading it onto my Windows system. I need to find out what several commands do. I know the simplest way to do this is to just put the commands on a virtual terminal and see what they do. But I am afraid that I will do some kind of damage to my laptop.

My question: Is there a terminal that I can get to online to test the commands I need to.

Since Linux commands won't work in Windows, I doubt there's any damage the commands could do. You can run Linux in a virtual environment in Windows, and you can also just look up the command man pages online.
http://www.linuxmanpages.com/

273 08-20-2012 02:36 PM

Ideally I would say installing Linux in a virtual machine is the way to go -- it allows "playing" even when you're not on the internet and lets you do more than you'd likely get with a free telnet session.
That said somebody might know of a free public server that allows some playing.

suicidaleggroll 08-20-2012 02:37 PM

What kinds of commands? I would probably just install Cygwin on your Windows machine. It's a regular Windows program that gives you a Linux-like shell. The vast majority of commands will work the same as on Linux, but there are some subtle differences...so whether or not it will work depends on what you need to test. Other than that, you could install a Linux distro as a virtual machine using something like VirtualBox. Neither of these approaches will harm your computer, you can always just uninstall them when you're done.

guyonearth 08-20-2012 02:49 PM

As the others advised, you would do well to install Linux on a virtual machine, or an old computer you don't need for anything important. I don't know what "commands" you want to test...generally we don't run terminal commands without good reason. The "commands" you're talking are actually shell commands (probably bash, that is the most common), not "Linux commands). The syntax is pretty common to all unix-like system.

Habitual 08-20-2012 02:54 PM

http://cb.vu/unixtoolbox.xhtml and/or http://ss64.com/bash/

techbarbie 08-20-2012 04:22 PM

Thanks guys
 
Thanks so much for your answers! Guyonearth, you are right they are BASH commands. I really appreciate the help. I don't think I will have any trouble with my homework when I get off work.

Thanks Again to Everyone:newbie:

devnull10 08-20-2012 05:35 PM

If you need to find out what a particular command does then the first place to start is

Code:

man [command]

chrism01 08-20-2012 08:26 PM

You can also try a LiveCD: this runs Linux direct from the CD/DVD without touching your HDD.
Have a look here www.distrowatch.com

m.a.l.'s pa 08-20-2012 08:29 PM

Quote:

Originally Posted by devnull10 (Post 4759591)
If you need to find out what a particular command does then the first place to start is

Code:

man [command]

Most (if not all) Linux distributions come with these manual pages installed, but you can also find man pages online. You can do a web search using something like linux man pages, or you can also type the man [command] in your browser and you'll probably get hits for the correct man page, like I just did with man ls. So you have that resource available if you can't access the man pages from a running Linux installation.


All times are GMT -5. The time now is 06:27 PM.