Search Results

Search: Posts Made By: livetaurean19
2,531
Posted By livetaurean19
Need to de-crypt a file..
Hi..
I need to decrypt a file in Solaris.
I'm giving command as
crypt decrypt_key filename.locked filename.unlocked
where
decrypt_key is the key key for decrypting the file.
filename.locked...
2,393
Posted By livetaurean19
Deleting the files
Hi,
I've to delete certain files older than X days from a Maintenance server.
I'm doing this using

find . -name lds\* -mtime $X \
-exec ls -l {} \;

find . -name lds\* -mtime $X \
-exec rm...
5,650
Posted By livetaurean19
Hi.. Thanks.. Can u pls elaborate how can I...
Hi..
Thanks..
Can u pls elaborate how can I find and delete the files matching a particular pattern in sftp when I've suffixed the files with date.
I'm pretty new to unix and its actually a bad...
1,595
Posted By livetaurean19
Syntax error..
First of all lemme mention that this is not HOMEWORK.
One of r clients have switched server from FTP to sFTP.
Hence,
I've been asked to modify the following command by piping it with a PRINT so as...
5,650
Posted By livetaurean19
Need help in sftp basic commands
I'm trying to make use of some common generic functions already present in the scripts loaded in the environment.
A variable VAR1 is declared and used in the generic functions.
Its value is also...
Showing results 1 to 5 of 5

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