Search Results

Search: Posts Made By: optimus_1
1,805
Posted By optimus_1
thanks, but i am already using that to accept the...
thanks, but i am already using that to accept the password. What i want is to validate the password after it is entered, to check if its correct or not.
1,805
Posted By optimus_1
Encrypting password
Hello All,

I need to accept a password from the user and validate it, without having to hard-code it anywhere. Any ideas?
3,512
Posted By optimus_1
Does this take care of backing up the existing...
Does this take care of backing up the existing files on all the target machines?
if i have 5 machines, i need to preserve the backup on all the 5 machines.
3,512
Posted By optimus_1
I dont think so. It still doesnt solve the...
I dont think so. It still doesnt solve the problem of backing up the existing file before deploying the new one. Will any of these commands work from a single machine? heres what i need: Transfer...
361,301
Posted By optimus_1
try: find . -name "***xxxx***" -type d ...
try:

find . -name "***xxxx***" -type d -atime -30 -print | xargs -exec rm -fr

replace the text in quotes by directory name. I am guessing you get a lot of directories with similar names.
...
3,512
Posted By optimus_1
Advanced file transfer
Hey all.

I need to transfer files from one system to about 5 other systems, and i have to do it manually, and we do get a lot of requests for the same. Presently this is done using a shell script,...
Showing results 1 to 6 of 6

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