Sponsored Content
Full Discussion: Guide for Unix admin
Top Forums UNIX for Advanced & Expert Users Guide for Unix admin Post 302293521 by vbe on Tuesday 3rd of March 2009 08:01:12 AM
Old 03-03-2009
Administration is a lot a question of experience...
Reading books will help of course but cant replace the "workshop"
If you dont have a serve you can play with at work, then opt for a linux at home and so get O'Reilly linux admin book. The essencial practice, you will need, then once mastered, its not that difficult to understand and find your way in all the other flavours of UNIX
 

10 More Discussions You Might Find Interesting

1. Tips and Tutorials

Read this if you are serious about being a Unix Admin...

Okay someone posted this as a response to a newbie question about books and resources and the ever popular "What should I read to be a good unix admin " newbie question... I feel this should be a sticky, because after having read a good portion of it since yesterday, I noticed the... (0 Replies)
Discussion started by: Kelam_Magnus
0 Replies

2. HP-UX

Lost both Unix Admin's ....need help

Hi all, I know nothing about unix. Both of our unix guys left for greener pastures. I have been given the task of tring to get 10,000 accounts on a hp ux system into active directory. The accounts don't need to be moved, but they need to be in active directory for a couple of applications. Even if... (0 Replies)
Discussion started by: Bob D
0 Replies

3. UNIX for Dummies Questions & Answers

UNIX Admin Careers

I wish to transition from Mainframe to Open Systems Storage Administration. How much training would I need in order to meet requirements for an AIX Administrator position? (3 Replies)
Discussion started by: ednan171
3 Replies

4. Advertise with Us

Where are the UNIX Admin Jobs?

Greetings.... I have asked this question before, and gotten the "go to school response" and the "help desk job" response, the problem is, these positions require experience, and I have not found a company willing to hire me. I have complete a Unix Fundamentals course, and I plan to continue my... (24 Replies)
Discussion started by: chlordane
24 Replies

5. Advertise with Us

Windows to Unix Admin

Hi, I'm looking a bit of advice on a job offer I've been made. I'm currently a Microsoft Windows Administrator, with good experience in this and also in Novell. I've just been offered a job to re-train as a UNIX Administrator. I'm not sure whether to take it or not. It's more... (4 Replies)
Discussion started by: horhif
4 Replies

6. UNIX for Dummies Questions & Answers

New to UNIX and Linux... need a guide

I want to know about UNIX and Linux. I have Windows7 installed and I would like to know how to start ie 1 softwares needed 2 hardware changes if any 3 any emulator or virtual machine if needed 4 useful links for installation 5 links for study material. Please provide a step by step... (1 Reply)
Discussion started by: ArpitRaj
1 Replies

7. AIX

AIX 101 : Sys Admin Pocket Survival Guide

HOW-TO AIX Admin 101 Sys Admin Pocket Survival Guide - AIX Worth checking it out and printing it. (1 Reply)
Discussion started by: filosophizer
1 Replies

8. UNIX for Dummies Questions & Answers

Guide me in the right direction to develop application for UNIX/Linux

Hi all, Am good in C & C++, i just joined as a fresher in a French IT company. In my own interest and love towards Linux and open source. i want to develop as much as applications for linux. i got the basic training on linux commands, and currently am working really hard to gain more... (11 Replies)
Discussion started by: mr_ganapathy
11 Replies

9. What is on Your Mind?

Jr UNIX Admin Position

Hello. I have worked in a desktop support role for the past 2 years. I was approached at my place of work and offered a job as a junior Unix administrator. All training would be provided. The only experience I have is what I have read about Unix in my free time. Nothing more. I had a... (1 Reply)
Discussion started by: tentex87
1 Replies

10. What is on Your Mind?

Regarding Admin life either as DBA or UNIX Linux admin

I am planning to choose my career as Unix/Linux Admin or a DBA. But I have come to know from forums and few admins like the job will be 24/7. I have few questions on that. Can we get "DAY" shifts in any one of the admin Job ? Can't we have shift timings in any company ? Eventhough the... (7 Replies)
Discussion started by: Jacktts
7 Replies
WRITE(1)							   User Commands							  WRITE(1)

NAME
write - send a message to another user SYNOPSIS
write user [ttyname] DESCRIPTION
Write allows you to communicate with other users, by copying lines from your terminal to theirs. When you run the write command, the user you are writing to gets a message of the form: Message from yourname@yourhost on yourtty at hh:mm ... Any further lines you enter will be copied to the specified user's terminal. If the other user wants to reply, they must run write as well. When you are done, type an end-of-file or interrupt character. The other user will see the message EOF indicating that the conversation is over. You can prevent people (other than the super-user) from writing to you with the mesg(1) command. Some commands, for example nroff(1) and pr(1), may disallow writing automatically, so that your output isn't overwritten. If the user you want to write to is logged in on more than one terminal, you can specify which terminal to write to by specifying the ter- minal name as the second operand to the write command. Alternatively, you can let write select one of the terminals - it will pick the one with the shortest idle time. This is so that if the user is logged in at work and also dialed up from home, the message will go to the right place. The traditional protocol for writing to someone is that the string `-o', either at the end of a line or on a line by itself, means that it's the other person's turn to talk. The string `oo' means that the person believes the conversation to be over. SEE ALSO
mesg(1), talk(1), who(1) HISTORY
A write command appeared in Version 6 AT&T UNIX. AVAILABILITY
The write command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux March 1995 WRITE(1)
All times are GMT -4. The time now is 02:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy