LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-14-2002, 04:44 AM   #1
kuldeep_tiwari
LQ Newbie
 
Registered: Mar 2002
Location: new delhi
Distribution: rh7.1
Posts: 1

Rep: Reputation: 0
List of all linux basic, advance and administration commands


can sone one tell me where to find list of all these basic, advance and administration commands for linux
 
Old 05-14-2002, 04:47 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
www.linux.org has just about anything like that. But www.linuxnewbie.org has quite a bit as well, those are 2 very helpful sites, for any level.
 
Old 05-14-2002, 04:48 AM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Here's the direct link http://www.linuxnewbie.org/nhf/intel...nds/index.html

Good Luck
 
Old 05-14-2002, 04:53 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
I got a similar question...
When in /usr/bin/mpegs/music/

And I want to go to /usr/bin/mpegs/music/mp3

How would I cd there without using cd /usr/bin/mpegs/music/mp3

I have tried ~/mp3 but that doesn't work. Thanks.

If that is confusing I mean if I am in /usr how do I cd to /usr/bin with typing the whole directory out?

Thanks
 
Old 05-14-2002, 05:35 AM   #5
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
OK, to move from:
/usr/bin/mpegs/music/ to
/usr/bin/mpegs/music/mp3

you'd only need to type cd mp3.

There is a thread around on relative paths and how to figure them out. Have a search.
 
Old 05-14-2002, 08:16 AM   #6
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
There is now a LinuxQuestions.org Glossary.

http://www.linuxquestions.org/questi...threadid=20919

--jeremy
 
Old 05-14-2002, 10:30 AM   #7
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
If you have Linux installed, you have all the commands in the man pages also.

But hopefully we get some contributions to help us with the LQ Glossary.. so anyone wanting to help or add some terms to it, feel free to do so.
 
Old 05-14-2002, 10:35 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
erm, why on earth are you storing your mp3's underneath /usr/bin? the /usr/bin/ directory (and subdirectories thereof) are intended for additional programs installed on the system, and certainly not media Although it won't actaully affect the system, it is a poor practise. imho you want to think about laying out your system better.
 
Old 05-14-2002, 10:57 AM   #9
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
acid_kewpie is correct. "/usr" is not "user". "/home" is where all good users live !

It would be better to store your MP3s in a directory under /home/<youruserid> such as "/home/<youruserid>/MP3". You would of course replace "<youruserid>" with your actual, non-root user name.
 
Old 05-14-2002, 12:29 PM   #10
Themonk
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: Mandrake
Posts: 22

Rep: Reputation: 15
if there's a command you want to know about, but don't know the exact command, use apropos. It does a search through the man pages for whatever you tell it to search for.

To use it type apropos <command>
 
Old 05-15-2002, 04:05 AM   #11
ranixlb
Member
 
Registered: Apr 2002
Location: middle east- Lebanon- sidon (or saida if u like) city
Distribution: Redhat 9.0 and knoppix
Posts: 35

Rep: Reputation: 15
USE xman command if have it. it's there by default in redhat.
u will find help about all commands.
 
Old 05-15-2002, 04:46 AM   #12
blackmask
LQ Newbie
 
Registered: Apr 2002
Location: India
Distribution: Fedora core 1
Posts: 23

Rep: Reputation: 15
Here is a link check it out. Good luck.

http://www.gsp.com/cgi-bin/search.cgi?keywords=commands
 
Old 05-15-2002, 06:10 AM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
ha ha ha, thanks guys. That was just an example. actually I have my mp3's in /Music/Mp3 But thanks for the support!
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Basic Commands rahimzai Red Hat 5 09-30-2005 05:22 AM
Basic linux commands OtisLinux Linux - Software 6 03-03-2004 06:30 PM
basic linux commands... search? Mytherall Linux - Newbie 1 02-23-2004 06:52 AM
where can i learn basic linux commands rybing Linux - Newbie 7 12-19-2003 02:13 AM
Basic Shell commands and Linux Administration Gear_freak2000 Linux - Newbie 6 06-01-2003 05:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:18 AM.

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