![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cant export display from aix to solaris. | sriram.s | SUN Solaris | 3 | 02-06-2007 09:39 AM |
| How to export the Display variable | FredSmith | UNIX for Dummies Questions & Answers | 1 | 06-19-2006 10:07 AM |
| Export xml to windows machine | merope | UNIX for Dummies Questions & Answers | 1 | 06-15-2006 10:53 AM |
| do a export DISPLAY | the_nul | Shell Programming and Scripting | 1 | 11-22-2002 10:46 AM |
| export DISPLAY and XPM´s | selina | UNIX for Dummies Questions & Answers | 3 | 02-07-2001 01:28 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
export display of directories of remote machine
hi
I wanted to export the display of all directories of home with their respective subdirectories and files if any on my local pc. this home directory is of some remote machine . using ssh remote login and then using struct direct i can just gate name list of directories . but not the display is ther is any way by which i can get the display. thankx |
|
||||
|
In linux if wanted to access some remote computer i type this list of commands
1) ssh <username>@<remote machine IP> 2) export DISPLAY=<local machine ip >:0.0 3) xhost + command on local machine so after this i can access the remote machine (konsol,konqueror) by giving commands 4) konsole 5) konqueror like this i wanted to access the display of home directory of remote machine load it in my machine and then access it from my mchine. So every time i need not do the above three steps and after some period refresh it with updated copy. Can this possible if please tell me how thankx |
![]() |
| Bookmarks |
| Tags |
| export display, linux commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|