New Linux user here


 
Thread Tools Search this Thread
Operating Systems Linux New Linux user here
# 1  
Old 11-30-2005
New Linux user here

I am new to Linux. I currently have RedHat version 2.4.9-e.5smp .

The problem I am trying to get past is that when I select (by highlighting)
some text in my command line Konsole, I am not able to paste it in a regular
text area like my yahoo email. Being able to do that would help me share
information with support.

What do I need to configure ?

Thanks in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Pam.d and make difference between AD User and local user on Linux

Hello, i configured rhel linux 6 with AD directory to authorize windows users to connect on the system and it works. i have accounts with high privileges (oracle for example) if an account is created on the AD server i would to block him. I looked for how to do, for the moment all the... (3 Replies)
Discussion started by: vincenzo
3 Replies

2. Linux

Nobody user group in Linux

Hi I am facing problem of taking backup of file system as username1. There are some files in system which is having group ownership as nobody. and username1 is not able to open this file and backup is failing .Even as a root user I can not open this file. File which is creating problem is ... (1 Reply)
Discussion started by: devesh123
1 Replies

3. UNIX for Dummies Questions & Answers

Linux user prompt

Hi, I cant seem to get this right. Lets say I have root privileges and I wanted: a ) edit the user prompt to show "linux1234$" whenever they log-in. also b ) Show a message for users upon logging in. I know a) has something to do with editing PS1. but how to only apply the change for users?... (1 Reply)
Discussion started by: Azi
1 Replies

4. Linux

User Management in linux

Hi All, I have to learn all the user management commend like adduser,useradd,chggrp... etc I would like to know the syntax or example. Please give me document or link. Thanks, Mani (1 Reply)
Discussion started by: Mani_apr08
1 Replies

5. Linux

new linux user

Hello, everyone I am new linux user. Yes, what I mean by that is I am totally new, never touch linux before. Only have one year experience of Solaris. Anyway, I have to learn it because eventually I am going to use it at work. Here is my question: can I buy a cheap netbook (like less... (3 Replies)
Discussion started by: uuontario
3 Replies

6. UNIX for Dummies Questions & Answers

Difference between : Locked User Account & Disabled User Accounts in Linux ?

Thanks AVKlinux (3 Replies)
Discussion started by: avklinux
3 Replies

7. Linux

Linux user limit?

Hi All, I did a search of the forum on this but I could only find answers for UNIX flavours. Are there any limits on the amount of users you can have on a linux box? Have the likes of Red Hat introduced any license limits or is it just constrained by system parameters like ulimit max user... (0 Replies)
Discussion started by: pondlife
0 Replies

8. Gentoo

New Linux user

Hi all, I'm running XPPro and I'm happy about it. I'm hearing many good things about Linux OS and I want to give it a try and install it on my D: drive. XP running on C:\ . I have following quesitons to you'll: 1./ any site I could download a free/trial version of Linux OS? 2/ some free office... (8 Replies)
Discussion started by: stav
8 Replies

9. Linux

Hello!new linux user!I come from china!

Hello everybody!I an new linux user,I come from china!I think you must know!I want to learn linux , I know that learn well,english must be well.but my english is very bad!So i hope you don't mind.I hope i can get help from foreign friends in the future! thank you! (3 Replies)
Discussion started by: aini2003
3 Replies
Login or Register to Ask a Question
WRITE(1)						     Linux Programmer's Manual							  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-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. 12 March 1995 WRITE(1)