Web Hosting Talk







View Full Version : ssh


AL-Benjamin
09-06-2002, 05:23 PM
what command would i use to move a file to a specific directry using ssh?

ie file bla.tar needs to be moved to the directory /dir

how can i do that?


thanks.

Shyne
09-06-2002, 05:36 PM
the 'mv' command.

man mv

AL-Benjamin
09-06-2002, 05:52 PM
could you elaborate a bit please???? :confused:

Shyne
09-06-2002, 06:07 PM
mv filename destination

mv file bla.tar /dir

Type in 'man mv' in your ssh terminal and read the manual for the command.