Linux command line cheat sheet
Jun 3, 2022 · 1 min read · SSH remote access with UI on a Linux Server ssh -X <username>@<pc> example: ssh -X bob@pc1 Copy from Linux PC to Windows PC pscp.exe <user>@<pc>:/home/<user>/<PathToFile> "C:\Users\<user>\<PathToFile>" example: pscp.exe bob@pc1:/home/bob/Downloads/my...
Join discussion

