How to move an application from one location to another


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to move an application from one location to another
# 1  
Old 09-06-2006
How to move an application from one location to another

Hi all,

I have installed an application (RRDTool) in /usr/local directory, Can any one tell me how I can move this to some other location along with the libraries.


Thanks in Advance.
# 2  
Old 09-06-2006
suggestion - replace the files and libraries with links in /usr/local, then you can link to the actual files where ever you need to place them.
# 3  
Old 09-06-2006
Thanks for your help, but
What would be the solution if I want to move the application to another Unix box.
# 4  
Old 09-12-2006
Bug Hi!

use ssh or scp to trasfer file from one unix to another.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Where is the best location to deploy an application on Tomcat over Linux?

Hi, I'm trying to figure out the best location to deploy an application on Tomcat over Linux server. The application structure is as follows: 1. WAR - the app itself. 2. conf - configuration files that are part of the product, not to be changed in deployment 3. local_conf - overriding... (0 Replies)
Discussion started by: moshebs
0 Replies

2. Shell Programming and Scripting

How to move a file in ftp command to other location?

hi, when i do ftp from unix to laptop which is running a windows os, it lands in a root folder. can i move a file from this root ftp folder to any other location in my laptop say , c:\files\ folder? i used rename command inside ftp , but it says incorrect parameter. (5 Replies)
Discussion started by: Little
5 Replies

3. Shell Programming and Scripting

How to find a word and move it a specific location in xml file using perl?

Hi friends, I have one XML file having below structure :- INput XML file :- <?xml version="1.0" encoding="UTF-8"?> <START> <A=value1> <attr name1="a1"> </A> <B=value2> <attr name2="b1"> <attr name3="c1"> </B> </START> output xml file should be === (3 Replies)
Discussion started by: harpal singh
3 Replies

4. Shell Programming and Scripting

How to find a existing file location and directory location in Solaris box?

Hi This is my third past and very impressed with previous post replies Hoping the same for below query How to find a existing file location and directory location in solaris box (1 Reply)
Discussion started by: buzzme
1 Replies

5. Shell Programming and Scripting

move files to a different location

Hi Guys, I need to write a script that will loop on all of my oracle databases on a server and move archivelogs from archive destination to a different location. I do have a function to loop on all databases on a server. I want help in writing a fuction to dynamically get the archive... (1 Reply)
Discussion started by: Phuti
1 Replies

6. Shell Programming and Scripting

After FTP unable to move file to other location

Hi Experts, I am using below script and facing some problems.. cd /home/user/test rm ftp://ftp.log Example: A_Bachfile_09292011.txt A=`ls -1 "A*.txt"` compress $A C=`ls -1 "A*` hostname="test.gmail.com" user="raju" Password="******" ftp -n $hostname <<EOF >>ftp.lpg... (4 Replies)
Discussion started by: rajubollas
4 Replies

7. UNIX for Dummies Questions & Answers

Schedule a move job, from one location to another

There are two similar directory structures existing, e.g. old/ and new/, where old/d1/d2/d4/, old/d1/d2/d5/, old/d1/d3/d6/ and old/d1/d3/d7 contains some files and now I want to move those files from each folder to new locations new/d1/d2/d4/, new/d1/d2/d5/, new/d1/d3/d6/ and new/d1/d3/d6/. The... (1 Reply)
Discussion started by: abkush
1 Replies

8. Shell Programming and Scripting

Executing remote application using ssh without full reference to its location

Hello again :) , My script has an ssh command to run a script on a remote machine. The script has commands such as sqlplus and unzip. However, the return I get in my own terminal says it can't find sqlplus and unzip. the ssh command is: ssh user@host "cd ScriptDir; ./Script.sh" and the... (6 Replies)
Discussion started by: jangozo
6 Replies

9. Shell Programming and Scripting

Move files from one location to another

Hi, I wanted to check how to move files from one location to another based some particular date. Example I want to move /data/NewJersey folder to /home/scripts/NJ ( including all the files and subfolders within it ), but only which are older than say 8th February 2010. script , awk, sed (... (4 Replies)
Discussion started by: rudoraj
4 Replies
Login or Register to Ask a Question