Sponsored Content
Full Discussion: rsh domain name
Top Forums UNIX for Dummies Questions & Answers rsh domain name Post 302635065 by bakunin on Friday 4th of May 2012 08:09:52 AM
Old 05-04-2012
Depending on the implementation of your nslookup command it does or doesn't support the "ls" option. This option - if it is implemented - lists the names of the hosts specified within the DNS domain. Of course the server has to be configured to answer such requests too (which is not always the case, for security reasons).

For more information about DNS see RFC 1034 & RFC 1035 (P. Mockapetris, 1987). Recommended reading: "TCP/IP Illustrated" by W. Richard Stevens

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

help with rsh

I am trying to run a Perl script using rsh. I need to be able to capture the return code value, so the calling script can handle failures properly. I cannot modify the Perl script I need to run because we use it for all of our servers. Does anyone have a suggestion? (1 Reply)
Discussion started by: kscase
1 Replies

2. UNIX for Advanced & Expert Users

rsh

Hi, on .rhosts file of server2 I have : server1 user server1 root when I want to issu rsh from server1 to server2 : 1-If I'm root it is OK. 2-if I'm ordinary user I receive permission denied. What is the problem ? What is the solution ? Many thanks in advance. (4 Replies)
Discussion started by: big123456
4 Replies

3. UNIX for Dummies Questions & Answers

about rsh

I have two host ( hostA and hostB ) , now hostA can use " rsh -l userB hostB " to rsh to hostB without input the password , it work fine, but if I modify it to " rsh -l userB hostB -n "ls" " , it will pop the message "Permission denied." , could suggest what is wrong ? thx (1 Reply)
Discussion started by: ust
1 Replies

4. UNIX for Advanced & Expert Users

where is rsh

Hi, when a user use rsh command (or any other) , where is the executable used by him ? Many thanks in advance. (1 Reply)
Discussion started by: big123456
1 Replies

5. UNIX for Dummies Questions & Answers

help on rsh

hi friends, i've access to three machines mc1,mc2,mc3,on which i can log in as root. and in order to run a simple command on a remote machine(say remote) on which i cant log in,i use a command as; # rsh remote ls the above runs properly but if i do an ls on following it doesnt work # rsh mc2... (1 Reply)
Discussion started by: mxms755
1 Replies

6. Shell Programming and Scripting

Help on rsh

Hi, i need to xecute rsh or rexec command in order to execute the script on multiple server. The problem i am facing is when i execute rsh command with login name and hostname it ask me password interactively can some body help me how i can pass password along with the command or how to... (1 Reply)
Discussion started by: deep022in
1 Replies

7. Linux

Help in RSH

Hi All, I want to execute a command from my Windows machine to Linux machine. d:> rsh <Linux machine add> -l <user_name> pwd>dir in linux machine users home directory in .rhosts file I entered the windows machine IP address and user name. In linux etc/hosts.equiv file I entered the... (1 Reply)
Discussion started by: sarwan
1 Replies

8. UNIX for Advanced & Expert Users

Rsh

Hi All, I want to execute a command from my Windows machine to Linux machine using RSH only d:> rsh <Linux machine add> -l <user_name> pwd>dir in linux machine users home directory in .rhosts file I entered the windows machine IP address and user name. In linux etc/hosts.equiv file I... (1 Reply)
Discussion started by: sarwan
1 Replies

9. AIX

Rsh

How to configure rsh for different users in aix? (4 Replies)
Discussion started by: vjm
4 Replies

10. Windows & DOS: Issues & Discussions

How to: Linux BOX in Windows Domain (w/out joining the domain)

Dear Expert, i have linux box that is running in the windows domain, BUT did not being a member of the domain. as I am not the System Administrator so I have no control on the server in the network, such as modify dns entry , add the linux box in AD and domain record and so on that relevant. ... (2 Replies)
Discussion started by: regmaster
2 Replies
DACSLIST(1)						       DACS Commands Manual						       DACSLIST(1)

NAME
dacslist - list jurisdictions SYNOPSIS
dacslist [dacsoptions[1]] [-f] [-j jurisdiction-name] [-k] DESCRIPTION
This program is part of the DACS suite. For a jurisdiction configured on the host where this program is run, the dacslist utility lists information about all known jurisdictions in the same federation. It can also display information about the federation. This program is also available as a DACS web service, dacs_list_jurisdictions(8)[2]. Security Because this program may access the federation and jurisdiction key files (item types federation_keys and jurisdiction_keys, respectively), only the DACS administrator should be able to run this command. OPTIONS
The program respects the -format flag. Except for error messages, information is printed to the standard output. -f Only list information about the federation. Equivalent to -j "". -j jurisdiction-name Limit the output to the specified jurisdiction name. As a special case, if the argument is the empty string, only federation-scoped information will be returned. -k Only the federation's or a jurisdiction's public key (if known) will be displayed. If -j is given and is not the empty string, that jurisdiction name is selected; if -j is given and is the empty string, the federation is selected; and if the argument is absent, the current jurisdiction is selected. A PEM [RFC 1421[3], RFC 1422[4], RFC 1423[5], RFC 1424[6]] formatted key is returned. Note In the current implementation, a jurisdiction's public key can only be provided by one of the jurisdictions configured on the same host. EXAMPLES
To list all jurisdictions in the same federation as jurisdiction J1, which must be configured on this host: % dacslist -uj J1 To copy the public encryption key for J1 to pubkey: % dacslist -uj J1 -k > pubkey To display the public encryption key for J1's federation: % dacslist -uj J1 -f -k To retrieve the public encryption key for J1, which must be in the same federation as J2: % dacslist -uj J2 -k -j J1 To display information about the federation to which jurisdiction J1 belongs: % dacslist -uj J1 -f DIAGNOSTICS
The program exits 0 if everything was fine, 1 if an error occurred. Error messages are printed to stderr. SEE ALSO
dacs_list_jurisdictions(8)[2], dacs.groups(5)[7] AUTHOR
Distributed Systems Software (www.dss.ca[8]) COPYING
Copyright2003-2012 Distributed Systems Software. See the LICENSE[9] file that accompanies the distribution for licensing information. NOTES
1. dacsoptions http://dacs.dss.ca/man/dacs.1.html#dacsoptions 2. dacs_list_jurisdictions(8) http://dacs.dss.ca/man/dacs_list_jurisdictions.8.html 3. RFC 1421 http://www.rfc-editor.org/rfc/rfc1421.txt 4. RFC 1422 http://www.rfc-editor.org/rfc/rfc1422.txt 5. RFC 1423 http://www.rfc-editor.org/rfc/rfc1423.txt 6. RFC 1424 http://www.rfc-editor.org/rfc/rfc1424.txt 7. dacs.groups(5) http://dacs.dss.ca/man/dacs.groups.5.html 8. www.dss.ca http://www.dss.ca 9. LICENSE http://dacs.dss.ca/man/../misc/LICENSE DACS 1.4.27b 10/22/2012 DACSLIST(1)
All times are GMT -4. The time now is 03:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy