Changes for page Reporting Issues

Last modified by michelk on 2021/09/09 20:55

From version 23.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import
To version 16.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Content
... ... @@ -39,7 +39,7 @@
39 39  For Example, the following command will download the file /root/islogs.tar.gz from the server at 192.168.1.1, to the /home/mike/Downloads directory on your local machine.
40 40  
41 41  {{code}}
42 -scp root@192.168.1.1:/root/islogs.tar.gz /home/mike/Downloads
42 +scp root@192.168.1.1:/root/islogs.tar.gz /ho me/mike/Downloads
43 43  {{/code}}
44 44  
45 45  Once executed, the command will prompt you for the root user password.