I have installed Oracle VM VirtualBox on Windows, and want to call my files, including RNAseq files, on Linux. I also installed PUTTY and WinSCP. And I follow the instructions below:
sudo apt-get update
sudo apt install –y open ssh-server
sudo service ssh status
To confirm the IP address of the Linux machine, I type the command:
hostname -I, in the terminal window and I get this error: command not found.
I executed various commands, but I could not fix this error and execute the next commands related to file transfer. Do you have any solutions?
Plz consider that Im beginner to linux.
Thank you.