Search Results

Search: Posts Made By: rizwan.shaukat
24,354
Posted By rizwan.shaukat
I tried above way but it's not working ....
I tried above way but it's not working ....
24,354
Posted By rizwan.shaukat
Thanks for reply. i have one parameter, if...
Thanks for reply.

i have one parameter, if that parameter is like certain value than i'll execute specific command else it execute that command.
24,354
Posted By rizwan.shaukat
Like operator in IF statement
how can i use like operator in IF statement. Below is correct format, please guide

if [ $SOURCE = '*FINACLE']; then
CT_ACT_FILE_NAME=`echo FINACLE'
else
CT_ACT_FILE_NAME=`echo not listed'
fi
...
1,555
Posted By rizwan.shaukat
can you please share PGP package for solaris and...
can you please share PGP package for solaris and command to user public and private keys

Regards,
1,555
Posted By rizwan.shaukat
Encryption command required for public /private
Hi,

i generate private and public key using below command.


ssh-keygen -t rsa


can you please share command for encryption and decryption file using above generated keys.

Regards,
2,708
Posted By rizwan.shaukat
Commands
SunOS usoradb2d 5.10 Generic_150400-40 sun4v sparc sun4v

i have file TESTFILE.csv, i try to encrypt file using below command and public key. It encrypted

encrypt -a arcfour -k publickey.asc -i...
2,708
Posted By rizwan.shaukat
Private and public key encryption
Hi,

we have private and public key, encrypt file using public and want to decrypt using private key. can you please advise below commands are correct or other remedy if unix have?


encrypt -a...
2,039
Posted By rizwan.shaukat
Cryption and description for csv file
Hi,

Requirement is encrypt key should pick value from file instead of passing their in command.

how can i create .p file which contains crypt value.

i.e.

crypt <trade.csv> tr.x $CKEY...
1,512
Posted By rizwan.shaukat
I have executed the command one by one, it...
I have executed the command one by one, it executes successfully.

Yes, i also try to change the script using windows editor e.g. wordpad

Regards,

---------- Post updated at 09:34 AM...
1,512
Posted By rizwan.shaukat
Backup Script
I have write the following script, its execution i got following error:
!/bin/sh
#
#
dy='date +%d%b%y'
hn="ECTMPROD12"
bk='/home/backup'
sb=$bk'/'$hn
#
#
cm_d01='tar -czf...
Showing results 1 to 10 of 10

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