![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dialog menu script. please HELP | claudlu | Shell Programming and Scripting | 2 | 05-04-2008 07:11 AM |
| html problem: get file name dialog exists? | f33ldead | Shell Programming and Scripting | 0 | 02-25-2008 05:48 PM |
| perl progress bar dialog | fed.linuxgossip | Shell Programming and Scripting | 4 | 09-18-2007 07:40 AM |
| dialog output | dhinge | UNIX for Dummies Questions & Answers | 2 | 11-30-2006 10:20 AM |
| two computers - one modem | Pennywize | UNIX for Dummies Questions & Answers | 3 | 11-27-2002 02:37 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#22
|
|||
|
|||
|
You have to capture that when the user logs on.
Quote:
Code:
command <<tag data tag |
| Forum Sponsor | ||
|
|
|
#23
|
|||
|
|||
|
i ran your command and this is what i got
01 tcgetattr: Inappropriate ioctl for device ioctl I_FIND ttcompat: Inappropriate ioctl for device |
|
#24
|
|||
|
|||
|
rsh can not be a redirected command correct?
|
|
#25
|
|||
|
|||
|
Code:
$ echo "echo hello" | rsh somehost tcgetattr: Invalid argument ioctl I_PUSH ttcompat: No such device or address Code:
rsh host "all those things I want to do" |
|
#26
|
|||
|
|||
|
a binary file in the remote computers /h/test/bin directory.
this is how i would do it manually from my local machine i open a terminal and type the following telnet test004 user: joe pass: xxx once in i cd /h/test/bin the i type setenv DISPLAY:0.0 once done i do ./Msg "hi" then it will show a dialog box on that remote machines screen saying hi with an ok button to close it. what i want to do is what it typed above but to multiple computers at once using that Msg program |
|
#27
|
|||
|
|||
|
then users are not root. so when i log in the terminal it looks like this
test004% |
|
#28
|
|||
|
|||
|
i figured it out. i was doing setenv DISPLAY:0.0 i needed to do setenv DISPLAY unix:0.0
|
|||
| Google The UNIX and Linux Forums |
| Tags |
| export display, inappropriate ioctl for device |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|