LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 07-06-2009, 02:00 PM   #31
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49

OK, so i think my best bet is to play around with CentOS in order to best prepare me to administer RHEL, only through the CLI.

Feel free to tell me I'm wrong, wouldn't be the first time on here, haha.

And thanks for the little tip as to why it's called Fedora, I never noticed that before.

Last edited by anon091; 07-06-2009 at 02:06 PM.
 
Old 07-06-2009, 02:39 PM   #32
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by rjo98 View Post
OK, so i think my best bet is to play around with CentOS in order to best prepare me to administer RHEL, only through the CLI.

Feel free to tell me I'm wrong, wouldn't be the first time on here, haha.

And thanks for the little tip as to why it's called Fedora, I never noticed that before.
FWIW I used CentOS to get my RHCE...

The first time I even SAW RHEL was during the test

...goes to show you that CentOS _can_ be used as a "drop in" replacement for RHEL when support isn't needed

-C
 
Old 07-06-2009, 02:43 PM   #33
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
that's awesome, and good to know!

well, I was just able to install CentOS 5.3, and even better was able to log in. not that I know what to do now, better start reading!!

Thanks to everyone involved in the longest forum post i've ever been involved with, couldn't have gotten this far without everyone.

Now if I could just figure out what the ~ directory is haha.

thanks everybody!!
 
Old 07-06-2009, 02:54 PM   #34
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by rjo98 View Post
that's awesome, and good to know!

well, I was just able to install CentOS 5.3, and even better was able to log in. not that I know what to do now, better start reading!!

Thanks to everyone involved in the longest forum post i've ever been involved with, couldn't have gotten this far without everyone.

Now if I could just figure out what the ~ directory is haha.

thanks everybody!!
~ is the home directory of whoever is logged in

and you're welcome

-C
 
Old 07-06-2009, 02:58 PM   #35
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
you guys & gals are too good to me!! I owe each one of you a cyber beer LOL.

my ~ has a couple log and cfg files in it, but when i go to home, i dont see any of that stuff. I definitely need to start reading! but at least I can do a ls to view stuff in the directories!!
 
Old 07-06-2009, 03:07 PM   #36
nuwen52
Member
 
Registered: Feb 2009
Distribution: Debian, CentOS 5, Gentoo, FreeBSD, Fedora, Mint, Slackware64
Posts: 208

Rep: Reputation: 46
When you say you go to your "home", I'll assume you mean from the graphical desktop. And, if you are using CentOS 5.3, that's most likely Gnome Desktop. Anyway, the file browser will filter out a lot of those "hidden" files for you. If this is the case you are talking about. In the "view" menu option, there's a check box for "show hidden files". That will show you everything. Also, just for future reference, any file whose name starts with a "." is a "hidden" file and won't show up in an ls unless you use the "-a" option.

Last edited by nuwen52; 07-06-2009 at 03:08 PM. Reason: grammar error
 
Old 07-06-2009, 03:11 PM   #37
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
I didn't install any GUI, although I used the GUI to install to save me a headache. What I was talking about was when I do a ls in ~ and in the actual /home directory, I see different stuff.

I'm pretty sure I wasn't clear before, as I'm just learning here. but thanks for the files starting with . tip too.
 
Old 07-06-2009, 03:16 PM   #38
nuwen52
Member
 
Registered: Feb 2009
Distribution: Debian, CentOS 5, Gentoo, FreeBSD, Fedora, Mint, Slackware64
Posts: 208

Rep: Reputation: 46
Oh. /home directory is the container for all the home directories. No one user owns that. ~ for you would be "/home/rjo98" (or whatever). cd to ~ and do a pwd. That will give you the full path to "your" home directory.

Also, I see now that you didn't install the GUI, and I had read that before. But, for some reason that didn't register in my brain. sorry.
 
Old 07-06-2009, 03:30 PM   #39
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
No worries, it took all my strength not to install the GUI haha.

Thanks for the pwd, that showed me the full path, and showed me that root's "home" directory is really just the /root folder, haha.

embarrassed, but happy I learned something!
 
Old 07-06-2009, 03:39 PM   #40
nuwen52
Member
 
Registered: Feb 2009
Distribution: Debian, CentOS 5, Gentoo, FreeBSD, Fedora, Mint, Slackware64
Posts: 208

Rep: Reputation: 46
I hope you aren't doing much while logged in as root. I generally stay logged in with a non-root account and use su and sudo to run whatever commands I need to as root. Running as root can be dangerous. I learned that the first time I did an rm -rf in the wrong place (and, I did have backups, so it wasn't a total disaster). Once you get a little more time going, I suggest creating a normal user account and setting up that user as able to run su and/or sudo, if you haven't already. A normal user can't trash what isn't theirs. Root can trash everything.

(helpful hint #2)
 
Old 07-06-2009, 03:42 PM   #41
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
yeah, as soon as i figure out how to create another account, I planned on doing that so I don't fubar something logged in as root. Right now i'm just trying to figure out how to power this box down without holding the power button down LOL.
 
Old 07-06-2009, 03:52 PM   #42
nuwen52
Member
 
Registered: Feb 2009
Distribution: Debian, CentOS 5, Gentoo, FreeBSD, Fedora, Mint, Slackware64
Posts: 208

Rep: Reputation: 46
Since I have a CentOS 5.3 handy...
Code:
useradd -p <password> <username>
Will set up a basic account. You can explore the system using that (mostly) and use root when you have to. Then, set up the su and sudo stuff when you have time.

Do:
Code:
man useradd
for more options.

There's some tricks to use with the halt and shutdown users that you will discover along the way. For now, you can log in as root and do "shutdown -h now".

BTW, if you know all this stuff, just tell me to shut up.

Last edited by nuwen52; 07-06-2009 at 04:11 PM.
 
Old 07-06-2009, 04:03 PM   #43
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Meh, it's not as if a GUI gets in your way if you want to learn CLI stuff. Just type Ctrl + alt + F1-6 and your GUI turns into a console; press Alt + F7 and the GUI is back.

Last edited by jay73; 07-06-2009 at 04:05 PM.
 
Old 07-06-2009, 04:23 PM   #44
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
nuwen, believe me, I know nothing, so any help is appreciated.

as far as for the GUI stuff, its not installed on any of the servers (at least from what i'm told) that i need to learn to support, so that's why its not installed on my CentOS test system. some other people made points as to why to keep it the same in previous posts.
 
Old 07-06-2009, 04:39 PM   #45
andywebsdale
Member
 
Registered: Jan 2005
Location: Lewisham,London,UK
Distribution: Debian Wheezy AMD64
Posts: 87
Blog Entries: 2

Rep: Reputation: 23
/sbin/poweroff or /sbin/reboot (as root) will do it

There are web-based tools (like Webmin if that's on RHEL) for Admin that you could start from your laptop browser, if there's a web server running on your RHEL machine - GUI without the GUI so to speak!

One quick tip - "/var/log" is where all the log files are, and having a scan through them can give you a good idea if something goes awry. If you do

tail -f <logfile name> # probably /var/log/something(anything after hash is a comment in bash scripts

then the last 10 lines or so will be displayed, & updated live so you can see what's logged when you(or another user) do something.

Linux directory structure (don't take all this as gospel, I might be mistaken about details)
- system binaries are in "/sbin" & "/usr/sbin"(not on normal users path, just root),
system-wide apps are in "/bin" & "/usr/bin" ,
user installed apps are supposed to go in "/usr/local/bin",
& I think self-contained apps(like a member of Program Files in MS)are meant to go in "/opt",
config stuff is in "/etc" (you'll be looking at files here a lot)
"/home" you've already mentioned,
"/tmp" is obvious,
Docs are in "/usr/share/docs/<app name>",
"/boot" is where the boot loader lives and the (surprise)boot scripts are
"/dev/" devices - every device in GNU/Linux is represented by a directory
"/proc" is interesting - all the subdirectories are actually memory locations that contain device info like all the PCI & USB stuff- can be helpful in troubleshooting,
"/mnt" is where you 'mount' external disks/DVD drives - or was, USB meaning external drives are auto-mounted now, without any need for drivers etc.
Good Luck with things

Last edited by andywebsdale; 07-06-2009 at 04:42 PM. Reason: clarification
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Windows guy needs to learn Linux fast! help?!? anon091 Linux - Enterprise 4 07-02-2009 07:54 PM
LXer: Linux Guy and Windows Guy Walk a Mile in Each Other's Shoes LXer Syndicated Linux News 0 01-13-2009 05:40 PM
Old DOS/Windows Guy darren1959 LinuxQuestions.org Member Intro 1 11-26-2008 05:53 PM
LXer: Windows Guy Tries Linux Mint: Part 2 Of Our Distro For Windows Converts Review LXer Syndicated Linux News 0 09-10-2008 07:12 PM
windows guy going linux... new_linux_goof Linux - Software 25 04-07-2002 07:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:25 PM.

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