...

Sample output of the ls -lhcommand (in /servers/pm/logs):

...

    ...

    1. Second, we move to XTM Cloud files:

    We can check and delete files in temporary catalogs, if they have not been cleared automatically. There are many ways to do so, but the most efficient is to use a bash script and modify it to suit your needs. A good example of such a script is this one:

    ...

    To create such a file, do as follows:

    1. Create a file: vim clean_temp_xtm.sh.

    2. Once in the program, press i and then paste the above content into the file.

    3. Press Esc and the combined keystroke :wq to save and quit.

    4. Add executable rights for a file: chmod +x clean_temp_xtm.sh;

    5. Run the script: ./clean_temp_xtm.sh.

    ...

    1. Lastly, we can delete archived or unused projects.

    Note

    IMPORTANT!

    Only do so when you are sure that you will never need them again: when a project has been deleted, that cannot be undone!)

    ...