- Joined
- Apr 13, 2004
- Messages
- 15,995
- Reaction score
- 1,415
It's managed VPS but it looks like they are not doing their jobs.
Without admin tools you have to use ssh to get in and browse to see if something has been uploaded to your site - checking by the date.
command
ls -l
also check for permission using the previous command (need to take a linux class)
and run a command to see what is running
ps -ef
good luck
Without admin tools you have to use ssh to get in and browse to see if something has been uploaded to your site - checking by the date.
command
ls -l
also check for permission using the previous command (need to take a linux class)
and run a command to see what is running
ps -ef
good luck