LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to know if the file is copying (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-know-if-the-file-is-copying-4175438367/)

ust 11-22-2012 09:39 PM

how to know if the file is copying
 
in my RHEL5 system , I found that programmer often copy file to remote server via the leased line , therefore , the bandwidth is always occupied by them , they will use different linux command to copy eg. rcp , scp , ftp ... , I have to check who is copying large file when the leased line is busy ,


Can advise how can I know if the server is copying file ?

thanks.

chrism01 11-23-2012 12:21 AM

Try
Code:

netstat -teap


All times are GMT -5. The time now is 11:39 AM.