![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to execute a remote file with local command | Veera_Raghav | HP-UX | 2 | 01-16-2009 10:42 AM |
| Execute command from terminal on remote machine | Ranu | Shell Programming and Scripting | 0 | 10-09-2007 04:13 AM |
| how to execute a script on remote machine | balireddy_77 | Shell Programming and Scripting | 4 | 09-27-2006 07:45 PM |
| Question about how to execute command on the Sorias from the remote. | GCTEII | Shell Programming and Scripting | 3 | 06-06-2006 11:48 PM |
| Remote execute a file via ftp | giannicello | UNIX for Dummies Questions & Answers | 4 | 01-17-2003 10:47 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
execute a command in remote
how exec a command (ex. a cut or grep ) in anoter pc
i have IP address, login and password. (another account of unix system) what's the sintax of command ??? es. my ip is 192.xx.xx.xx i make a exec of "ls" redirect in outpu file (> "file) in another pc ( ip 192.44.55.2xxx) |
|
||||
|
'ssh username@ipaddress' should still work, if you're actually ON that lan branch. If it's across the internet behind a NAT firewall, it won't, not unless you arrange for that router to forward port 23 to your computer.
Last edited by Corona688; 08-08-2006 at 10:27 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|