Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Is there a commands List?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Elephant_hog
Tux's lil' helper
Tux's lil' helper


Joined: 28 Feb 2005
Posts: 80
Location: Sonora, CA USA

PostPosted: Mon Feb 28, 2005 8:49 pm    Post subject: [SOLVED] Is there a commands List? Reply with quote

Is there somewhere where I can find a list of commands for the live cd's
The help isn't very helpfull for a beginner...
I have been learning what some of them do from the handbook
but I don't know what they all do...
For example
tar??
_________________
Motherboard = GA-K8NS
Chipset = nForce3 250
Processor = Socket 754 AMD64 3000+
Video Card = AGP8X Nvidia GeForce5200
RAM = 512MB DDR400


Last edited by Elephant_hog on Tue Mar 01, 2005 6:50 am; edited 2 times in total
Back to top
View user's profile Send private message
SerfurJ
l33t
l33t


Joined: 10 Apr 2004
Posts: 824
Location: Texas

PostPosted: Mon Feb 28, 2005 9:02 pm    Post subject: Reply with quote

just type tab twice for a list of commands, then, for each command type man command. e.g. "man tar"
Back to top
View user's profile Send private message
psychomunky
Guru
Guru


Joined: 02 Nov 2004
Posts: 337
Location: Canada

PostPosted: Mon Feb 28, 2005 9:06 pm    Post subject: Reply with quote

check in the /bin and /usr/bin directories.....most of the "commands" will be there.

From there most command support one of the following for help:
Code:

<command> --help
<command> -h
<command> -help
<command> -?


As well the following will bring up the man page (if there is one) for a particular "command":
Code:

man <command>


For info on how to use man:
Code:

man man


For all of the "builtin" commands (those that have no executable in /usr/bin or /bin pull up the man pages on you shell (bash by default on the liveCD)):
Code:

man bash


If you are trying to install, please see the gentoo handbook

Also, I am not sure if the liveCD has it out not, but there might be more information for a particular command with the "info" command:
Code:

info <command>


A really useful one to look at first is this:
Code:

info coreutils
Back to top
View user's profile Send private message
hw-tph
l33t
l33t


Joined: 08 Jan 2004
Posts: 768
Location: Uppsala, Sweden

PostPosted: Mon Feb 28, 2005 9:29 pm    Post subject: Reply with quote

Actually, I don't think the man pages or info pages are included on the official livecd's. Just so you don't go looking for something that's not there. :o


Håkan
Back to top
View user's profile Send private message
taurus
l33t
l33t


Joined: 21 Sep 2004
Posts: 657
Location: I need to be somewhere...

PostPosted: Mon Feb 28, 2005 10:12 pm    Post subject: Reply with quote

Go get yourself a copy of Linux in a Nutshell by O'Reilly, 4th edition... :wink:

taurus
Back to top
View user's profile Send private message
Elephant_hog
Tux's lil' helper
Tux's lil' helper


Joined: 28 Feb 2005
Posts: 80
Location: Sonora, CA USA

PostPosted: Tue Mar 01, 2005 4:39 am    Post subject: Thank you Reply with quote

That Helps a lot...
Also when I do the helps
e.g.
Code:
# tar --help


It brings up a lot of stuff and it scrolls down so fast that I cant see it all and pushing pause doesn't work.
Is there something so slow it down or to scroll back up.
_________________
Motherboard = GA-K8NS
Chipset = nForce3 250
Processor = Socket 754 AMD64 3000+
Video Card = AGP8X Nvidia GeForce5200
RAM = 512MB DDR400
Back to top
View user's profile Send private message
eerok
n00b
n00b


Joined: 14 Feb 2005
Posts: 69
Location: Canada

PostPosted: Tue Mar 01, 2005 5:11 am    Post subject: Reply with quote

Code:
tar --help | less

_________________
noobus perpetuus
Back to top
View user's profile Send private message
Elephant_hog
Tux's lil' helper
Tux's lil' helper


Joined: 28 Feb 2005
Posts: 80
Location: Sonora, CA USA

PostPosted: Tue Mar 01, 2005 6:39 am    Post subject: Reply with quote

Thank you all this helped very much... You are correct the man and info commands are not included in the live CD's... the less command worked well and will solve a lot of my problems. Thank you agian
_________________
Motherboard = GA-K8NS
Chipset = nForce3 250
Processor = Socket 754 AMD64 3000+
Video Card = AGP8X Nvidia GeForce5200
RAM = 512MB DDR400
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum