Search Results

Search: Posts Made By: stv_t
2,466
Posted By stv_t
Using sftp from within setuid script
Hi,
I have a script, 'transfer_file' that has setuid permissions set and is running on Solaris 9 and 10.
From within this script I need to run a sftp command to transfer a file to a remote server. ...
1,637
Posted By stv_t
Thanks for the replies - 'eval' gives me exactly...
Thanks for the replies - 'eval' gives me exactly what I was looking for

Stv T
1,637
Posted By stv_t
Using pipes within variables
Hi,

I'm trying avoid having a large number of 'if' statements in my script by setting up a variable within 'ksh' which can be expanded depending on parameters passed to the script. The output from...
3,117
Posted By stv_t
SSH closes connection when using arrow keys
Hi,

I'm having a problem with my ssh link to various Sun servers running Solaris 9 and 10 from an Windows XP box running Cygwin/X.

I am using ssh to connect to a number of different Sun...
4,047
Posted By stv_t
ZSH - '.zlogout' not being run on exit
Hi,

I have a problem with '.zlogout' not being run on Solaris 10.
Here's whats happening.
I remotely log in from a PC running Cygwin/X using a local xterm window and ssh to start a remote 'zsh'...
6,085
Posted By stv_t
Hi, If you are looking at running the same...
Hi,

If you are looking at running the same command on multiple servers there is a shell script on the net called 'multixterm'.
This should do all that you want. I use to log into 8 different...
1,722
Posted By stv_t
Hi, I already do something like this when...
Hi,

I already do something like this when searching for a particular file.

find * -prune ! -type d -name 'filename' | xargs -I{} mv {} $target_dir

* tells find to look at everything in the...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 09:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy