LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   some question to ask... (https://www.linuxquestions.org/questions/linux-newbie-8/some-question-to-ask-582779/)

swgiant 09-06-2007 05:47 PM

some question to ask...
 
i just setup the ubuntu 7.04 and runing it through the vmware workstation. It is my first experience with linux so the questions may look stupid.

1) What is sudo bash? After typing, my terminal become root@felix-desktop:~# does it mean that i perform any command with a root access?

2) when type dir in terminal, and it gave me Desktop Examples VMwareTools-6.0.0-45731.tar.gz vmware-tools-distrib Ok, i want to access the desktop folder by typing cd /desktop but it returns with bash: cd: /desktop: No such file or directory How come?

3) does .rpm same the meaning as .zip?

4) i followed exactly the steps at http://news.softpedia.com/news/How-t...tu-58113.shtml
but then why i still cant launch the 3D cube?


Thanks...

AceofSpades19 09-06-2007 05:52 PM

1. Yes but be careful
2. /desktop means its in the / directory which it is not, you would go cd /home/<user>/Desktop
3.rpm is a package format, its basically like .msi, .zip is a compressed archive

Simon Bridge 09-06-2007 06:01 PM

Quote:

Originally Posted by swgiant (Post 2883733)
i just setup the ubuntu 7.04 and runing it through the vmware workstation. It is my first experience with linux so the questions may look stupid.

"Remember children, there are no stupid questions, only stupid people."
--- Mr Garret, Southpark

Don't worry, we were all there once. Someone else tolerated us which is why we'll help you.
Quote:

1) What is sudo bash? After typing, my terminal become root@felix-desktop:~# does it mean that i perform any command with a root access?
That's right... "bash" is the name of the commandline shell ubuntu uses by default. That "#" sign means you are running as root (though the "root@" part should be a clue). That "~" means that the current working directory is the home directory.

Google for "bash tutorial" or try the lessons at http://ualug.ece.auckland.ac.nz/resources.htm to learn more.
Quote:

2) when type dir in terminal, and it gave me Desktop Examples VMwareTools-6.0.0-45731.tar.gz vmware-tools-distrib Ok, i want to access the desktop folder by typing cd /desktop but it returns with bash: cd: /desktop: No such file or directory How come?
Bash is case sensitive. Try cd Desktop ... also, the command to list the content of a directory is actually "ls" not "dir".[/quote]
3) does .rpm same the meaning as .zip? [/quote]No.

rpm = redhat package manager ... it is a different kind of archive from zip and not much good for Ubuntu which usese the debian package manager. If you are looking for software for Ubuntu, try using synaptic. (system > administration > synaptic)
Quote:

4) i followed exactly the steps at http://news.softpedia.com/news/How-t...tu-58113.shtml
but then why i still cant launch the 3D cube?
Don't know... probably the steps are out of date for Ubuntu. Try the ubuntu faq and try not to fly before you can walk.

http://homepages.ihug.co.nz/~corwin/HBCLUG-links.html

swgiant 09-06-2007 06:10 PM

thanks... now i have a clear picture in my mind now..


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