Sponsored Content
Full Discussion: telnet question
Top Forums UNIX for Dummies Questions & Answers telnet question Post 29260 by Ursa_Major on Wednesday 2nd of October 2002 01:29:16 PM
Old 10-02-2002
Question Windows command prompt

What about going the other way? I've been tasked with starting a C program in Windows from UNIX and passing it a file to process

I've not found much on starting something up like that from a UNIX box.

Feel free to flame the newbie question if I've missed something obvious.

Thanks,

Ursa Major Prime
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Telnet timout question

ok here is a little bit on what I am trying to do. I am logged into a saolaris 9 server and telnet to another server to run an application that sits on the second unix / linux server. This application can sit idle for an hour to two and any given time. During this time the telnet session timesout... (4 Replies)
Discussion started by: Acleoma
4 Replies

2. Solaris

TELNET Question

Hello All, I have a question. I have two V480 systems that can telnet to other systems on our network, but lo cannot receive a telnet from other systems. I've check the usual .rhosts, env and several other files such as the telnetrc files with no luck. I've tried all avenues before issuing... (8 Replies)
Discussion started by: mr-synapse
8 Replies

3. HP-UX

question about telnet to HP unix 11

When using telnet connect to HP unix 10, it will get a pty/ttyxx terminal, but using telnet connect to HP unix 11, it will get a pts/tx terminal. I want to ask is, can I using telnet connect to HP unix 11 and get a pty/ttyxx terminal ?? :confused: thx a lot (3 Replies)
Discussion started by: zetadhell
3 Replies

4. UNIX for Dummies Questions & Answers

Telnet question

How do I get back to Unix prompt while telneting to a router w/out exit from the telnet session? Thanks (2 Replies)
Discussion started by: oppiz
2 Replies

5. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

6. Solaris

Question about telnet?

Hi everyone. I am newb at solaris i have 2 question 1. i am finding a way to prevent separate users to telnet similar like /etc/ftpd/ftpusers in Solaris system I know a way to disable user ftp by force user shell=/bin/false 2. or any program can do a chroot telnet user like proftpd :D ... (5 Replies)
Discussion started by: tien86
5 Replies

7. Shell Programming and Scripting

Telnet Expect script question

Hi all, I have written a small expect script which should spawn a telnet session login and execute some commands. #!/usr/bin/expect -f spawn telnet $env(IP) match_max 100000 expect "login:" send -- "******\n" expect -exact "Password:" send -- "****\n" expect "%" Now I have got... (2 Replies)
Discussion started by: stinkefisch
2 Replies

8. IP Networking

telnet window size question

Hello! I'm writing a small telnet client using Erlang and the gen_tcp library. I receive IAC WILL ECHO and IAC WILL SUPPRESS_GO_AHEAD which I respond to. Then I receive various text output from the server, and then this: resize: unknown character, exiting. I'm curious as to why I do... (1 Reply)
Discussion started by: Gustav
1 Replies

9. UNIX for Dummies Questions & Answers

Automatically login in the telnet from present telnet

Hi, I was writing one script which includes to switch to the another telnet automatically from the present telnet server. I was using rlogin but firstly it takes the same user name of the present telnet and secondly it is prompting for the password. But i want to switch to the another telnet... (2 Replies)
Discussion started by: Prateek
2 Replies

10. UNIX for Dummies Questions & Answers

Difference Between Krb5-telnet And Ekrb5-telnet

Hi, I want to know the difference between these two services. Both are under xinetd. Both are used for enabling and disabling Telnet service. So, can somebody please explain me the difference between the two ? Thanks in advance :) (0 Replies)
Discussion started by: kashifsd17
0 Replies
w2kusers.deny(4)					     Kernel Interfaces Manual						  w2kusers.deny(4)

NAME
w2kusers.deny - Authentication file for Windows 2000 Single Sign On. SYNOPSIS
# Comment account_name DESCRIPTION
The w2kusers.deny is a text file containing a list of user account names. When an account is included in this file, the Windows 2000 Sin- gle Sign-On software verifies only the UNIX authentication for the named account. To add user accounts to the file, use a text editor to enter the user's UNIX account name. The following syntax rules apply to the w2kusers.deny file: Only one user name can be entered on a line. The user name must exactly match a user name in the UNIX /etc/passwd file. Comment lines begin with a pound sign (#). EXAMPLES
The following example shows a typical w2kusers.deny file: # The following file lists account names that are not allowed to use # the Win- dows 2000 authentication information when it is enabled. # Account names must match exactly the user account name in the # /etc/passwd file. # # Syntax: account_1 # . # . # . # account_n # root nobody nobodyV daemon bin uucp uucpa auth cron lp tcb adm ris wnn pop imap Peter Dave Beth Martha FILES
Location of the file. RELATED INFORMATION
Commands: ldapcd(8), lw2ksetup(8) Files: etc/w2kusers.deny(4) Windows 2000 Single Sign-OnInstallation and Administration Guide. delim off delim off w2kusers.deny(4)
All times are GMT -4. The time now is 02:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy