How to find size of a file on remote system from present working system
i am working on solaris environment. i want find size of a file on remote system..
i.e at present i am in user1 system, from user1, i want to find size of a file in user2 system ...
You can
- do rsh/ssh/telnet to execute the ls/stat command and get it's output.
- do cp/rcp/scp to get the file itself to local machine and find out the size.