Search Results

Search: Posts Made By: rymnd_12345
Forum: Linux 05-14-2012
2,915
Posted By rymnd_12345
Hi methyl, Good morning! I hope I can get...
Hi methyl,

Good morning! I hope I can get some brief explanation on my question above, also please confirm if my script is already good, and so with the new CRON entry that I will input.

...
5,344
Posted By rymnd_12345
birei, I can't get your point. Please...
birei,

I can't get your point. Please expound further, so what am I suppose to do? :)


BR,
rymnd_12345
5,344
Posted By rymnd_12345
Hi jim mcnamara, I can't see your...
Hi jim mcnamara,

I can't see your suggestion, can you re-post it? Thanks! :)


Hi birei,

I want NOT to move the last 10 files, the reason is that there might be a possibility the a certain...
5,344
Posted By rymnd_12345
How to move all, except for the last 10 files
Hi ULF,

Good day! Is there a way on how to move all the files except for the last 10 (for example). Let's say, I have 150 files in a certain directory and I want to move only the first 140 files....
Forum: Linux 05-11-2012
2,915
Posted By rymnd_12345
Hi ThomasMcA, Thanks for your input :) ...
Hi ThomasMcA,

Thanks for your input :)


Hi methyl,

Appreciate your suggestion, I have also read some related issues on this and they suggested same to put the long line into a script and...
Forum: Linux 05-10-2012
2,915
Posted By rymnd_12345
Possible Cause of Files Not Being Moved?
Hi ULF,

Good day! I'm working on a LINUX Suse server and I have an entry in CRON which looks like this below:


0 5 * * * /usr/bin/find /opt/nsfw/var/partition-all/ -name "RCV_SASN*" -exec mv...
2,162
Posted By rymnd_12345
Hi methyl, Haven't tried yet before, but...
Hi methyl,

Haven't tried yet before, but I've tried to use this command below:


scp FILE user@<IP>:/home/output/
then of course it prompted for a password, followed by successful secure copy...
2,162
Posted By rymnd_12345
Hi methyl, - Both servers are working on a...
Hi methyl,

- Both servers are working on a Linux OS.
-Type of file is a created file (run by another script) under the source server. Maybe some kind of file containing a list of lines only.
-...
2,162
Posted By rymnd_12345
Scripting with FTP Process
Hi Guys,

Good day ULF! I have a general "auto-ftp" code which looks something like this:


#!/bin/sh

cd $1
ftp -v -n $2 << EOF
user $3 $4
prompt
cd $5
bin
mput $6
quit
EOF


This...
91,955
Posted By rymnd_12345
Thanks DukeNuke2!
Thanks DukeNuke2!
91,955
Posted By rymnd_12345
What is the meaning of "-s" option in "if" statement?
Hi Guys,

I'm sorry but I can't find answer for this, what is the meaning of -s option in "if" statement on unix scipting. Please see sample below:


opath=/home/output

for i in N1 N2 N3 N4...
2,223
Posted By rymnd_12345
Hi radoulov, Thanks dude! ULF, Thank...
Hi radoulov,

Thanks dude!


ULF, Thank you all! Til next time :)



BR,
Raymond
2,223
Posted By rymnd_12345
Hi radoulov, How is it? about the locking...
Hi radoulov,

How is it? about the locking mechanism? How to do it?



Hi methyl,

I've tried simulating it, and still it returned the error prompt even without running the script yet, then I...
2,223
Posted By rymnd_12345
Hi aigles, Thanks for your input, I've tried...
Hi aigles,

Thanks for your input, I've tried using those two (2) suggestions but both of them resulted to same output like below:


user# ./IP-PoolSession-Summary.sh

Sorry! Another user is...
2,223
Posted By rymnd_12345
My Script For Process Checking is NOT Working
Hello there ULF,

Good day! Just want to share my code and as well as my problem on why I'm not getting the output that I want. My original code was:


#!/usr/bin/sh

echo
echo -n "Please...
1,419
Posted By rymnd_12345
Thanks so much balajesuri. This is great!
Thanks so much balajesuri. This is great!
1,419
Posted By rymnd_12345
Shell Programming
Hi ULF,

Good day! Let's say I have an input file similar to this one below:

content-type 699
label SAMPLE1
pattern ip-address
host 10.10.10.10
...
2,593
Posted By rymnd_12345
Log Rotation
Hi Guys,

Good morning, I just want to know and collect ideas on this one. Regarding rotation of logs as I've observed it's not consistently functioning. I have a server with 8 Partitions, each...
2,356
Posted By rymnd_12345
Hi Scott, It's SUSEŽ Linux Enterprise Server...
Hi Scott,

It's SUSEŽ Linux Enterprise Server (SLES)
2,356
Posted By rymnd_12345
Hi itkamaraj, I can't seem to find...
Hi itkamaraj,

I can't seem to find /var/log/cron.

Thanks!
2,356
Posted By rymnd_12345
Cron Jobs Not Executing
Hi Guys,

Good day! I don't know what's the problem with this, I have two (2) entries in Crontab, these 2 entries are scripts which I've created. I need these 2 for automatic backup and maintaining...
1,853
Posted By rymnd_12345
Scripting: Calling Another Function
Hi Guys,

How to make a code/script which behaves like some kind of "front-end" then upon choosing from the options within it, it will call another script for that option. To make it clearer, let's...
2,134
Posted By rymnd_12345
Hi Guys, Any update so far? Appreciate any...
Hi Guys,

Any update so far? Appreciate any suggestions from you. I just would like to have this for me to automate our backup procedure. How to import the word "yes" whenever the command for...
2,134
Posted By rymnd_12345
Script for Automatic Backup System
Hi Guys/ULF,

Good day! Can anyone help me on how to create a program which will be used for our backup process and that will run automatically say every 30th day of the Month. Below is the given...
1,146
Posted By rymnd_12345
Hi jayan_jay, Thank you! It works well.....
Hi jayan_jay,

Thank you! It works well.. Appreciate your help.


Br,
rymnd_12345
Showing results 1 to 25 of 78

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