Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am learning Linux, and I will be going over an extensive list of commands now. I think that some of them may be no longer needed / used and obsolete. Is there any list, at which I could take a look, in order to check for this.
I will indicate that I will need Linux for server administration of my own unmanaged hosting plan. I want to learn it all though, to have a good footing and background. I will be skipping commands like playing midi files and things like that, as this definitely will not be needed, for what I am trying to do. I want be using Linux as the main operating system, I only need it for a hosting plan (any, could be advanced and expensive ones, dedicated).
The commands that I will be going over now are these:
"Not all" means that this is what I am currently working on. This is a list of commands that I have, and I will move on to more, so this is not a complete list of all Linux commands, that exist. This one is quite long, anyway (491 items).
Last edited by AdultFoundry; 08-06-2015 at 01:47 PM.
I am learning Linux, and I will be going over an extensive list of commands now.
Wouldn't it be easier to follow an online usage tutorial or read your distribution of choices user and admin documentation I wonder?
Quote:
Originally Posted by AdultFoundry
I think that some of them may be no longer needed / used and obsolete. Is there any list, at which I could take a look, in order to check for this.
One of the commands I recognize as missing is 'doexec' (but that won't hurt you much) another thing is that 'rpm' only works on distros that use RPM package management like Red Hat Enterprise Linux, CentOS, Fedora, SuSE etc, etc (though you probably first will be using front ends like YUM, YAST, DNF or whatever else) and 'apt' only works on Debian(-esque) distros. Most important though from your list are the 'apropos' / 'whatis', 'whereis' and 'which' commands (which, together with 'man' and 'info') will show you meta and practical usage nfo about things:
You see it's (esp. in the beginning) easier to know where you can find nfo than to try and learn all nfo. So if one of them commands errors out then the tool either isn't installed or otherwise not accessible:
Code:
~]$ which zebra
/usr/bin/which: no zebra in (here)
~]$ which hurd
/usr/bin/which: no hurd overthere)
*Both things actually are something, it's just you won't need them anytime soon ;-p
Quote:
Originally Posted by AdultFoundry
I will indicate that I will need Linux for server administration of my own unmanaged hosting plan. I want to learn it all though, to have a good footing and background. I will be skipping commands like playing midi files and things like that, as this definitely will not be needed, for what I am trying to do. I want be using Linux as the main operating system, I only need it for a hosting plan (any, could be advanced and expensive ones, dedicated).
Then especially you should try some tutorials. Note you can load up VMware or Virtualbox on your current machine and safely play with things.
Quote:
Originally Posted by AdultFoundry
"Not all" means that this is what I am currently working on. This is a list of commands that I have, and I will move on to more, so this is not a complete list of all Linux commands, that exist. This one is quite long, anyway (491 items).
If I weed out some I get 133 commands you want to read up on. Note you better do that as unprivileged user as some can irreversibly alter a systems perception of reality. Only use root account when needed and log out again.
Thanks for going over these. I am already familiar with most of the things that you mentioned, as I already read 6+ Linux books. I am not learning these commands, but I will be going over all the descriptions, and highlighting what may be useful, for later on (in Word). Like I said, I dont want to limit it for what is needed for web server administration (and lets say email, and ftp), but I dont want to be learning things that are no longer needed, like lets say working on DOS files, which I wont be doing, I would say, although I am not sure, probably not... I was trying to see if there is some kind of info about something like this on the Internet, but probably not (like "Obsolete Linux commands, that are no longer used").
The list is from "Linux in a nutshell", 6th Edition from 2009:
All these commands are listed there. They not only describe all the commands, but all the parameters too, and other things, so this is quite extensive. I am making notes, highlighting what is more important, so I can go over it anytime / if needed, and always come back to this. I also remember it now, and where everything would be, as I am reading these books... This may not be necessary, but I want to have a very good foundation for this.
I may print certain pages (lets say up to 200), and try to memorize it, later on (just like I would be learning foreign language words, I am not sure if this is useful, but it can somehow help). I basically want to get into any unmanaged hosting, whatever it would be and do and fix everything by myself. So I guess I would need to understand how things work and are related, and this good foundation is probably a good thing. I dont want to be a server administrator, I am a webmaster, but I need Linux for unmanaged hosting plans, which cost less... Being able to log in, and do everything from the coomand line, would be probably the best too (no WMH / cPanel could be another good thing for this, as I dont have like 200 domains and multiple email accounts now, it would be a matter of setting everything up, like 5 domains lets say, and I can save on cPanel too).
Last edited by AdultFoundry; 08-06-2015 at 02:53 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.