LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-08-2012, 10:15 PM   #1
jacrabit
LQ Newbie
 
Registered: Jan 2012
Posts: 6

Rep: Reputation: Disabled
Smile root@ubuntuhome:~#


Installing Ubuntu 11. the above seems to be the final stage for boot but i do not know what it wants!! any help Please,thanks patrick
 
Old 01-08-2012, 11:43 PM   #2
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
It looks like you are logged in as root, so you can start typing in cmds.
Try these just to check
Code:
id

uname -a

fdisk -l
On that last one, the switch is a lowercase 'L'
 
Old 01-09-2012, 03:34 AM   #3
jacrabit
LQ Newbie
 
Registered: Jan 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Smile

thank u for ur promt reply,i am grateful that we have experienced people in this area.i am pretty experienced in the windows area,but fail badly in the DOS mode. when i type this command is it: id-uname-a-fdisk-l or /id/uname/
a/fdisk/-l Thanks mate!!
 
Old 01-09-2012, 04:08 AM   #4
Stephen Morgan
Member
 
Registered: Feb 2011
Location: England
Distribution: Slackware
Posts: 164

Rep: Reputation: 19
They're three separate commands, and don't forget the spaces.
 
Old 01-09-2012, 05:40 PM   #5
jacrabit
LQ Newbie
 
Registered: Jan 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Hi Stephen,I keep getting "command not found with my pathetic attempts,this is how i have plundered along so far:

First; ~#id uname a fdisk -l command not found l---invalid option 'l'

Secon; ~#Typed my username a fdisk -l command not found (must admit my lower case l looks like a 1?)this is all on another computer new install with partitions!

1. is it looking for sudo id? 2. root@ubuntuhome is my computer name or ubuntuhome!PC sony vaio 4gb ram 750gb 2.2

3. Hmmmm,it intrigues me!!!!must learn dos speak. very challenging and will worry the bone.

4. tried all combinations of putting the command line in!perhaps a complete uninstall and try again.if so how to do that in geek speak lol,thanks Patrick.
 
Old 01-09-2012, 05:51 PM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Those are 3 separate cmds (do not type them all in one line). Type the first one only and wait for a response; post results here. Rinse & repeat for cmd 2, ditto cmd 3.

See also
http://rute.2038bug.com/index.html.gz
http://tldp.org/LDP/Bash-Beginners-G...tml/index.html
http://www.tldp.org/LDP/abs/html/
 
Old 01-09-2012, 05:57 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just to clarify that: The Linux command line has nothing to do with DOS, except may be for the look. If you mix the information on the Linux commandline (and there are several, most common is the Bash shell, I for example use zsh) with information for DOS you will not get far.
Keep in mind that Linux is not Windows, so your Windows knowledge will not really help you here and may be can make things more difficult.
Having said that, for a beginner I would recommend to have a look at http://linuxcommand.org/index.php to get a basic understanding. Also keep in mind that you have to type in the commands exactly like they were given to you. If you find commands in different lines they most likely are different commands and need to be launched separately from another.
 
Old 01-09-2012, 06:57 PM   #8
jacrabit
LQ Newbie
 
Registered: Jan 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Now i am getting (sudo password for patricksmith:

Missed three attempts,now wants: patricksmith@ubuntuhoome:~$
 
Old 01-09-2012, 07:00 PM   #9
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
What are you trying to do?
Did you run those cmds I mentioned?
We need more details ie exact cmd typed in, exact response from system.
 
Old 01-09-2012, 07:07 PM   #10
jacrabit
LQ Newbie
 
Registered: Jan 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
K mate,bumbling around here but determined to get it thanks!
 
Old 01-09-2012, 08:09 PM   #11
jacrabit
LQ Newbie
 
Registered: Jan 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
I think i should have just created a user accnt but seemed to have wandered into super admin as in root accnt!!love to restart over1
 
Old 01-10-2012, 07:04 AM   #12
Stephen Morgan
Member
 
Registered: Feb 2011
Location: England
Distribution: Slackware
Posts: 164

Rep: Reputation: 19
Come to think of it, Ubuntu doesn't normally even have a root account, root access is purely through the sudo command.
 
  


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
[SOLVED] how can i remount root filesystem as read/write after modify readonly-root file jcwkyl Linux - Newbie 3 12-21-2010 10:40 PM
How can I have a script owned as root and run as root by a user: setuid? stickey bit? abefroman Linux - Newbie 9 04-19-2008 05:15 PM
On NFS, non-root users can move/rename files belonging to root. Stuart Morrow Linux - Server 2 11-05-2007 11:12 AM
why lftp command run failed when user isn't root, but ok when logining as root steven_yu Linux - Software 0 06-06-2007 08:36 PM
root files: create as root:root or root:wheel? pcass Linux - Security 1 02-07-2004 04:14 PM

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

All times are GMT -5. The time now is 02:43 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