Results 1 to 3 of 3
Hello, Linux Forums!
I'm remotely SSH-ed to my school's Linux computer lab (using SSH Secure Shell), and I'm trying to use the "write" command from my laptop. This is the ...
- 05-20-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 1
"write" permission off, but mesg set to "y"
Hello, Linux Forums!
I'm remotely SSH-ed to my school's Linux computer lab (using SSH Secure Shell), and I'm trying to use the "write" command from my laptop. This is the error message I'm getting:
Every solution I've found online says to usewrite: you have write permission turned off.
to enable messages, but I already have mesg y set. (When I type in "mesg" by itself, I'm told that it "is y.")mesg y
Is there anything else that needs to be turned on? Thanks for your time.
Sincerely
wobster109
- 05-21-2010 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
frm "man mesg"
> Mesg controls the access to your terminal by others. It’s typically used
> to allow or disallow other users to write to your terminal (see write(1)).
can you login to the server under different names? Then one can write
to the other.the sun is new every day (heraclitus)
- 05-23-2010 #3
Could you please paste the exact write command you are using? As (I think) tpl points out, your problem might be that with mesg y you are allowing writes to your terminal.
By the way, you could write to yourself for test purposes (I've just tested it):
To do this you will have to open two SSH sessions.Code:write <your-username>


Reply With Quote
