i made too many backup and my server hard drive is full so tell me SSH commands to delete backips and cpmove files or any other way to delete them
Thank u
i made too many backup and my server hard drive is full so tell me SSH commands to delete backips and cpmove files or any other way to delete them
Thank u
Hi,
if you don't already know how empty a folder in ssh then it would be safer to get your server provider to do it for you.
I am not going to post any commands for you as a mistake could damage your server.
ask your provider for help and take a look at this
Common SSH Commands - Linux Shell Commands - Hosting Tutorials
look for the r m command and read about how to use it safely.
Type "man rm" for information on the commmand to delete files and folders
with particular attention to the recursive option.
Cpmove files are generally located in /home **MOST** of the time.