Sponsored Content
The Lounge What is on Your Mind? Linux administration course outline Post 302104851 by pressy on Monday 29th of January 2007 05:44:02 AM
Old 01-29-2007
well, 72 hours is a good start, but you should see the focus on administration, not on compiling or advanced security. i am missing in your table things like file system structure or daily admin jobs, eg. backup....

in my trainings i make things like:

- history, what is "unix/linux"
- filesystem structure (/etc, /var, /opt, ..)
- shell (command syntax, man, $PATH, profile)
- basic commands (cd, ls, more, cp, mv, find, grep, ...)
- init (runlevels, rc-scripts, daemons, cron)
- user management (add, passwd, shadow, groups)
- file permissions
- vi
- installation
- more shell (wildcards *?[]~, redirections ><>>|; variables)
- network, shares
- services, nfs, ftp, ntp, ..
- backup (tar, fsdump)
- package management
- ....
..
.

some people need ages to understand the sense of a shell, or vi ...
working in sh or using "man" are essential for good admins ...

gP
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

System Administration

I have been working with UNIX (HP-UX) now for a couple of years. Have become quite capable in shell scripting and general UNIX use. The local university offers a certification course in UNIX administration which I am considering taking. However, the certification is geared toward UNIX in general... (13 Replies)
Discussion started by: google
13 Replies

2. UNIX for Dummies Questions & Answers

User Administration

I have an application that runs on Unix and the user administration is managed at a Unix level. The application has an application ID which is linked to the user ids which are created at Unix level. Can you please help if I can be able to track which user used the Application ID and what action was... (0 Replies)
Discussion started by: Kopano
0 Replies

3. Ubuntu

Patch Administration

Hi, I want to set upa centralised server for downloading patches from the internet and all my clients should use that central server to download patches and upgrade. Could someone please help me in doing this. Thanks, Trimu (2 Replies)
Discussion started by: ktrimu
2 Replies

4. Shell Programming and Scripting

Remove ":" and join lines in outline file

I have a vim outliner file like this: Title title 2 :Testing now :testing 2 :testing 3 title 3 :testing :ttt :ttg Is there a way to use a script or command to remove... (7 Replies)
Discussion started by: jostber
7 Replies

5. Shell Programming and Scripting

Alternative Scripting Language for UNIX/Linux System Administration

I do not know UNIX shell scripting so as an alternative which language would you think is better for daily System Administration tasks. Perl or PHP? I know a little about both. (5 Replies)
Discussion started by: blackopus
5 Replies

6. Solaris

Centralizing Administration

Hi guys. I work in an environment that caters to 150 + Solaris servers. I was wondering whether there is an application/Software that can be used to centralize Administration. e.g. If a new member comes into the team , I am required to go onto every server and create his login. Is there a system... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies
SULOGIN(8)						       System Administration							SULOGIN(8)

NAME
sulogin - Single-user login SYNOPSIS
sulogin [options] [tty] DESCRIPTION
sulogin is invoked by init when the system goes into single user mode. The user is prompted: Give root password for system maintenance (or type Control-D for normal startup): sulogin will be connected to the current terminal, or to the optional tty device that can be specified on the command line (typically /dev/console). After the user exits the single-user shell or presses control-D at the prompt, the system will continue to boot. OPTIONS
-e, --force If the default method of obtaining the root password via getpwnam(3) from the system fails, manually examine /etc/passwd and /etc/shadow to get the password. If they are damaged or nonexistent, sulogin will start a root shell without asking for a password. Only use the -e option if you are sure the console is physically protected against unauthorized access. -p, --login-shell Specifying this option causes sulogin to start the shell process as a login shell. -t, --timeout seconds Specify the maximum amount of time to wait for user input. By default, sulogin will wait forever. -h, --help Print a help message. -V, --version Output version. ENVIRONMENT VARIABLES
sulogin looks for the environment variable SUSHELL or sushell to determine what shell to start. If the environment variable is not set, it will try to execute root's shell from /etc/passwd. If that fails it will fall back to /bin/sh. AUTHOR
sulogin was written by Miquel van Smoorenburg for sysvinit and later ported to util-linux by Dave Reisner and Karel Zak. AVAILABILITY
The sulogin command is part of the util-linux package and is available from Linux Kernel Archive <ftp://ftp.kernel.org/pub/linux/utils /util-linux/>. util-linux Jul 2012 SULOGIN(8)
All times are GMT -4. The time now is 04:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy