pupgg,
I think I understand where you are running into problems. If you copied and pasted the following:
you will get
the reason being is that the example code you copy and pasted starts with "root#". You do not paste that. You should be pasting
But do note that the lnxi application is not installed on Puppy Linux by default, so this is a bad example.
Let's try a different example with an application that is included with Puppy Linux. If you see an example that says the following:
The actual command is
Why? Because "root#" is just the prompt. If you hit enter a couple of times in a terminal, you will see the prompt repeated, such as the following:
root#
root#
root#
If you want to copy and paste linux commands, don't include the prompt information. Some common prompts that you might find in online examples include:
root#
#
$
Pretty much, if you see a # or $, remove it and everything that came before it
Bonus Information
In your example, you wanted to run inxi. It is not installed in Puppy Linux by default. You can install it using the "Puppy Package Manage" (aka "PPM"). You can also try to install it form the terminal by typing the following:
For this to work, the "pkg" command needs to be installed already in Puppy Linux (some but not all have the "pkg" command pre-installed).