LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-20-2012, 02:28 PM   #1
techbarbie
LQ Newbie
 
Registered: Aug 2012
Location: Shreveport, LA
Posts: 2

Rep: Reputation: Disabled
Question 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.
 
Old 08-20-2012, 02:34 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,646

Rep: Reputation: 7969Reputation: 7969Reputation: 7969Reputation: 7969Reputation: 7969Reputation: 7969Reputation: 7969Reputation: 7969Reputation: 7969Reputation: 7969Reputation: 7969
Quote:
Originally Posted by techbarbie View Post
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/
 
Old 08-20-2012, 02:36 PM   #3
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
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.
 
1 members found this post helpful.
Old 08-20-2012, 02:37 PM   #4
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
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.
 
Old 08-20-2012, 02:49 PM   #5
guyonearth
Member
 
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424

Rep: Reputation: 83
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.
 
Old 08-20-2012, 02:54 PM   #6
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
http://cb.vu/unixtoolbox.xhtml and/or http://ss64.com/bash/
 
1 members found this post helpful.
Old 08-20-2012, 04:22 PM   #7
techbarbie
LQ Newbie
 
Registered: Aug 2012
Location: Shreveport, LA
Posts: 2

Original Poster
Rep: Reputation: Disabled
Smile 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
 
Old 08-20-2012, 05:35 PM   #8
devnull10
Member
 
Registered: Jan 2010
Location: Lancashire
Distribution: Slackware Stable
Posts: 572

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

Code:
man [command]
 
Old 08-20-2012, 08:26 PM   #9
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,360

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
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
 
Old 08-20-2012, 08:29 PM   #10
m.a.l.'s pa
Member
 
Registered: Oct 2007
Location: albuquerque
Distribution: Debian, Arch, Kubuntu
Posts: 366

Rep: Reputation: 139Reputation: 139
Quote:
Originally Posted by devnull10 View Post
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Student stumped by homework question: can't figure out BIND Kitty2 Linux - Newbie 4 01-31-2012 01:05 AM
trying to figure out some commands for class Dan Unix Linux - Newbie 4 10-12-2011 08:05 PM
New student of Linux rmacneill LinuxQuestions.org Member Intro 1 04-20-2011 07:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration