質問

I want to move a the whole 'includes' folder (whole folder with all its files and subfolders) that is located on /site/«HERE» to one folder up (..) via SSH. Can anybody please tell me how to do that?

Thanks

役に立ちましたか?

解決

ssh user@server mv /site/includes /

他のヒント

If you are logged in already, try this

mv original_file new_name
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top