The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Plz Help : How to use write command to execute command on some other terminal
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Plz Help : How to use write command to execute command on some other terminal
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
03-03-2006
matrixmadhan
Technorati Master
Join Date: Mar 2005
Location: leaf node in B+ tree
Posts: 2,958
your commands or sequence of characters would be interpreted only as messages to be executed by write command on a particular tty
even if you try,
Code:
echo "ls" > /dev/pts/3
it would be taken only as a message to tty-3 and not as a command
matrixmadhan
View Public Profile
Find all posts by matrixmadhan
Find matrixmadhan's past nominations received
Find matrixmadhan's present nominations given