Sponsored Content
Special Forums Windows & DOS: Issues & Discussions Run Linux command from windows Post 302982147 by jim mcnamara on Sunday 25th of September 2016 07:58:20 AM
Old 09-25-2016
Can you post the script so we can see? That is, if it really is a human readable script.
 

9 More Discussions You Might Find Interesting

1. Programming

How to Run a Linux Command and Redirect its output to a socket in C

I have a Linux socket server program. I need to run the commands sent by the client and return the output to client. Is there a quicker way? I tried with ptr=popen(command, "r"); and then fgets(buf, size,ptr); write buf to socket fgets hangs for me. Now, I would like to know if I can... (3 Replies)
Discussion started by: rajeshomallur
3 Replies

2. Windows & DOS: Issues & Discussions

scp Command from Linux to Windows

Hi Everyone, I am trying to use the basic scp command in Linux to transfer a file over to a windows system, my syntax is as follows: scp <filename> <username)@<serveraddress>:directory. But the command keeps timing out. Any one have any thoughts? Thanks in advance! (5 Replies)
Discussion started by: twhitmarsh
5 Replies

3. Shell Programming and Scripting

Command script to be run in both AIX and LINUX

Hi, Script : #!/usr/bin/ksh echo "\n\t\t\t\t Enter your Name : \c" read name ############################## I ran the script in LINUX Enter your Name : abcdefghijklmnopqrstuvwxyz I ran the script in AIX Enter your Name : opqrstuvwxyz < I'm not able to see the... (2 Replies)
Discussion started by: arjunprathap
2 Replies

4. UNIX for Dummies Questions & Answers

How to run linux in windows 7 without dual boot?

tell me in steps if its virtual box (2 Replies)
Discussion started by: mahor1989
2 Replies

5. Shell Programming and Scripting

Script for telnet and run one command kill it and run another command using while loop

( sleep 3 echo ${LOGIN} sleep 2 echo ${PSWD} sleep 2 while read line do echo "$line" PID=$? sleep 2 kill -9 $PID done < temp sleep 5 echo "exit" ) | telnet ${HOST} while is executing only command and exits. (5 Replies)
Discussion started by: sooda
5 Replies

6. Red Hat

Not able to run any command /lib64/ld-Linux-x86-64.so.2: bad ELF interpreter

Hi, I accidentally did this: wadhwaso@nxsdgd01 deps]$sudo rpm -e --nodeps glibc-2.5-107.x86_64 error: %postun(glibc-2.5-107.x86_64) scriptlet failed, exit status 255 and since then I am not able to run any command on this server except 'cd'. I always get the following error: $ ls... (6 Replies)
Discussion started by: stunn3r
6 Replies

7. Homework & Coursework Questions

NDM command to run a Mainframe job from Linux

Hi Experts, I am trying to run a Mainframe Job from Linux using NDM process. I will be passing the contents of the Mainframe job as an parameter to the NDM script. This is working fine with FTP when i use the option filetype = jes, but in NDM i am not able to identify a similar option like... (2 Replies)
Discussion started by: arun1377
2 Replies

8. Windows & DOS: Issues & Discussions

How to run a Windows Setup on a Linux computer?

I am looking to run a Windows utility BitRecover PST Viewer. To help me read a pst file. Can anybody guide me how can I run this Windows utility on Linux. (3 Replies)
Discussion started by: marktux
3 Replies

9. Shell Programming and Scripting

How to run simple single command on multiple Linux servers?

Hi All, How can i run a single command on multiple servers with or without giving credentials. I have a file(servers.txt) which has got list of servers and i want to run a command lsb_release -dr on all these servers and get output of those servers against each server. I tried below code... (9 Replies)
Discussion started by: darling
9 Replies
PLYMOUTH(1)							   User Commands						       PLYMOUTH(1)

NAME
plymouth - Send commands to plymouthd SYNOPSIS
plymouth [OPTION...] plymouth COMMAND [OPTION...] DESCRIPTION
The plymouth sends commands to a running plymouthd. This is used during the boot process to control the display of the graphical boot splash. OPTIONS
The following options are understood. These options are supported for compatibility with the old rhgb-client interface, and have been replaced by the commands that are described in the next section. --help Show summary of options. --debug Enable verbose debug logging. --get-splash-plugin-path Get directory where splash plugins are installed. --newroot=[STRING] Tell plymouthd that the new root filesystem is mounted. --quit Tell plymouthd to quit. --ping Check if plymouthd is running. --has-active-vt Check if plymouthd has an active vt. --sysinit Tell plymouthd root filesystem is mounted read-write. --show-splash Show the splash screen. --hide-splash Hide the splash screen. --ask-for-password Ask the user for a password. --ignore-keystroke=[STRING] Remove sensitivity to a keystroke. --update=[STRING] Tell plymouthd an update about boot progress. --details Tell plymouthd there were errors during boot. --wait Wait for plymouthd to quit. COMMANDS
The following commands are understood: change-mode OPTION Change the operation mode. --boot-up Start the system up --shutdown Shutting the system up --updates Applying updates system-update OPTION Tell plymouthd about boot progress. --progress=INTEGER The percentage progress of the updates update OPTION Tell plymouthd about boot status changes. --status=STRING Tell plymouthd the current boot status update-root-fs OPTION Tell plymouthd about root filesystem changes. --new-root-dir=STRING Root filesystem is about to change --read-write Root filesystem is no longer read-only show-splash Tell plymouthd to show splash screen. hide-splash Tell plymouthd to hide splash screen. ask-for-password OPTION Ask the user for a password. --command=STRING Command to send password to via standard input --prompt=STRING Message to display when asking for password --number-of-tries=INTEGER Number of times to ask before giving up (requires --command) --dont-pause-progress Don't pause boot progress bar while asking ask-question Ask the user a question. --command=STRING Command to send the answer to via standard input --prompt=STRING Message to display when asking the question --dont-pause-progress Don't pause boot progress bar while asking display-message OPTION Display a message. --text=STRING The message text hide-message OPTION Hide a message. --text=STRING The message text watch-keystroke OPTION Become sensitive to a keystroke. --command=STRING Command to send keystroke to via standard input --keys=STRING Keys to become sensitive to ignore-keystroke OPTION Remove sensitivity to a keystroke. --keys=STRING Keys to remove sensitivitiy from pause-progress Pause boot progress bar. unpause-progress Unpause boot progress bar. report-error Tell plymouthd there were errors during boot. deactivate Tell plymouthd to deactivate. reactivate Tell plymouthd to reactivate. quit OPTION Tell plymouthd to quit. --retain-splash Don't explicitly hide boot splash on exit SEE ALSO
grub(8), plymouth(8), plymouthd(8), http://www.freedesktop.org/wiki/Software/Plymouth plymouth PLYMOUTH(1)
All times are GMT -4. The time now is 06:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy