• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Help, only KVM access

naskox

New Pleskian
Server operating system version
18.04.4
Plesk version and microupdate number
14
Hi,

One of my clients credentials have been leaked, and someone created a pishing folder on his website. And for that reason the provider has blocked my hosting IP adress.

Meaning I dont have access to my Plesk control panel. All i have is a virtual KVM where I can log in.

They want me to remove a certain folder through the virtual KVM.
Im trying but i cant seem to find that certain folder.
I've used -ls command to see all the folders, but when i use that all that is popping is: parallels and plesk_migrator folder.
I've tried the command
Code:
# cd /var/www/vhosts/domain.tld/httpdocs

but its not working.i get the error saying the CD command not found.

Any help would be highly appriciated.
 
I've tried the command
Code:
# cd /var/www/vhosts/domain.tld/httpdocs

but its not working.i get the error saying the CD command not found.

cd is supposed to be a shell built-in command.
Are you sure you are in a normal system shell and not a UEFI or grub shell or similar?
 
It's located in /usr/bin/
Code:
# ls -l /usr/bin/cd
-rwxr-xr-x 1 root root 26 Nov 24 17:33 /usr/bin/cd

My guess is that the PATH var is empty, that's why that command doesn't work.
I have no cd there. Ubuntu 18.04.6LTS.
`which cd` shows nothing, because it is a shell built-in.
Besides, how whould that work anyway? It makes no sense to change the current directory with an external program.
Would be interesting what is in there, 26 Bytes are not much.
 
Back
Top