Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Logging in after Installation

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Dimnsot85
Posts: 2
Joined: 2019-12-01 09:39

Logging in after Installation

#1 Post by Dimnsot85 »

Hi!

I just installed Debian 10.2 and after username and password, I'm getting something like user@debian: ~$.
What should I type in?

Thanks, in advance!

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Logging in after Installation

#2 Post by Head_on_a_Stick »

Code: Select all

man intro
deadbang

cuckooflew
Posts: 677
Joined: 2018-05-10 19:34
Location: Some where out west
Been thanked: 1 time

Re: Logging in after Installation

#3 Post by cuckooflew »

What should I type in?
Mostly it depends on what you want to do, you don't mention that . It is hard to guess and tell you what to type if we do not know what you want to do.
'man intro' is a good starting point.
You can also type 'help', that will , (or should) give you a list of common commands.
Please Read What we expect you have already Done
Search Engines know a lot, and
"If God had wanted computers to work all the time, He wouldn't have invented RESET buttons"
and
Just say NO to help vampires!

Dimnsot85
Posts: 2
Joined: 2019-12-01 09:39

Re: Logging in after Installation

#4 Post by Dimnsot85 »

Command 'man intro' not found.
Also, with 'help' it shows me several commands, but still I don't know what to type.
I just want to start with the Debian.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Logging in after Installation

#5 Post by Head_on_a_Stick »

If you don't have man pages then you used the netinstall image and either didn't select a mirror when asked or didn't have a working connection when it installed the system. Try the unofficial ISO images that include non-free firmware if you're trying to use a wireless connection, almost all devices need that.
deadbang

cuckooflew
Posts: 677
Joined: 2018-05-10 19:34
Location: Some where out west
Been thanked: 1 time

Re: Logging in after Installation

#6 Post by cuckooflew »

It would be to your advantage, I think , to read some documentation on installing Debian, maybe start here: https://www.debian.org/releases/stable/amd64/
by Dimnsot85 »Also, with 'help' it shows me several commands, but still I don't know what to type.
I just want to start with the Debian
It sounds like you do not really have a complete install, as HOAS says, but you do seem to be getting the debian command line prompt,... I will ask one more time, You say " I don't know what to type." I don't know what you want to do, you have Debian started, since you do have the prompt.
For example, Do you want to see what directory your in ? Type

Code: Select all

pwd
, let us know what it shows.
Or do you want to see what is in that directory: type

Code: Select all

 ls
,... until you tell us what you want to do we can not tell you what to type,... maybe you want to start a Window Manager ?, probably you still need to install one, maybe you want to start a Desktop Environment,... did you install one ?
Maybe you want to start a editor, if one did get installed

Code: Select all

vi
should start a editor...
Here is a interesting command, try:

Code: Select all

cd /bin
ls 
and show us the output. Also try:

Code: Select all

uname -a
and show us the output. Or even better, just read some of the documentation, then when you come back give us some usefull info and details, like what version you installed, how you installed it, and what exactly it is you want to do after you "start Debian".
Ahh, you can also try typing

Code: Select all

whoami 
let us know what that says. Maybe try typing

Code: Select all

startx
, show us what that says.
========edit=====
If you wish, skip the boring stuff and
Start here: https://www.debian.org/releases/stable/ ... 03.en.html
Please Read What we expect you have already Done
Search Engines know a lot, and
"If God had wanted computers to work all the time, He wouldn't have invented RESET buttons"
and
Just say NO to help vampires!

cuckooflew
Posts: 677
Joined: 2018-05-10 19:34
Location: Some where out west
Been thanked: 1 time

Re: Logging in after Installation

#7 Post by cuckooflew »

Please Read What we expect you have already Done
Search Engines know a lot, and
"If God had wanted computers to work all the time, He wouldn't have invented RESET buttons"
and
Just say NO to help vampires!

Post Reply