So say I want to copy a file from windows over to my Linux HT-Pi-G2. (The file is Here: C:\Users\Steve\Desktop\HomeSeer HS4\html) The file is over on my Windows 10 machine. I have tried using WinSCP and get an error Permission Denied. I am new to Linux. Can someone explain to me how to do this?
Pete showed me this to edit a file and that worked. I don't understand how to copy a file from Windows 10 into Linux:
Via command line:
1 - ssh to IP of HT-PI-G2
2 - type sudo su
3 - password
4 - cd /usr/local/HomeSeer/html * copy and paste is easiest
5 - ls
6 - nano edit file in question.
I want to copy the file to line 4: cd /usr/local/HomeSeer/html * copy and paste is easiest
What does he mean by *copy and paste is easiest. (what would be the code for that?)
Thanks in advance.
Steve
Pete showed me this to edit a file and that worked. I don't understand how to copy a file from Windows 10 into Linux:
Via command line:
1 - ssh to IP of HT-PI-G2
2 - type sudo su
3 - password
4 - cd /usr/local/HomeSeer/html * copy and paste is easiest
5 - ls
6 - nano edit file in question.
I want to copy the file to line 4: cd /usr/local/HomeSeer/html * copy and paste is easiest
What does he mean by *copy and paste is easiest. (what would be the code for that?)
Thanks in advance.
Steve
Comment