Esta página aún no está disponible en su idioma local. Estamos trabajando arduamente para agregar más versiones de idiomas. Gracias por tu apoyo.

On this page

Show all

Clearing System Logs

Updated on 2022-09-21 GMT+08:00

Delete log files and historical records, and stop the ECS.

  1. Run the following commands to delete redundant key files:

    echo > /$path/$to/$root/.ssh/authorized_keys

    An example command is echo > /root/.ssh/authorized_keys.

    echo > /$path/$to/$none-root/.ssh/authorized_keys

    An example command is echo > /home/linux/.ssh/authorized_keys.

  1. Run the following command to clear log files in the /var/log directory:

    rm -rf /var/log/*

    NOTE:

    Before deleting log files, back up log directories and log files required by application startup. For example, if the default Nginx log directory /var/log/nginx is deleted, Nginx may fail to be started.

  2. Run the following commands to delete historical records:

    echo > /root/.bash_history

    history -c

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback