What commands can be given from an rshd server to an an rsh client? Only file transfer commands or commands such as run a command i.e python xyz.py command can also be given.
What all command can be given using rsh?
291 Views Asked by Varshini Chowdary At
1
There are 1 best solutions below
Related Questions in RSH
- Why do I get "account expired" for root access over rsh, even though the account works for local login?
- os/exec to run shell cmd "rsh" bug
- Use oc rsh to run for loop in container (openshift remote ssh)?
- Accessing exit code of running a remote command through rsh, using Perl's qx
- Perl qx() command not working as expected
- accessing/passing openshift pod environment variables within scripted “oc rsh” calls
- Python subprocess.run CalledProcessError while running rsh
- python subprocess - get exit status of command run on different machine using rsh
- Rsh remote command to run on a port
- "rsh" timesout when "-n" option used
- Unable to run script remotely on VIO servers?
- Running rsync with rsh option via exec.Command
- gdb could not be started - DDD to a remote inferior debugger
- Having problems running MPI programs with rsh (with Open MPI)
- What all command can be given using rsh?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is I could run using rsh.
rsh can be used to run any command whichever you want and there is no restriction of which kind of commands that can be used. normally
command if we are not specifying the command it uses rlogin to log into the system, this needs password authentication. for secured networks compared to ssh rsh is better(according to me because in one particular situation I found it useful, if any user needs details of how it can be useful then ping me I am ready to help.