We summarize the basic principles, components and command operations of the Linux system required for the Images use practice process, and summarize them into a documentation which included the following content

    • Basic Operations: server restart, run script, etc.
    • File Management: download files, enter directories, delete files/folders, compress and unzip, modify folder permissions/users (groups), etc.
    • Package Management: component installation, component upgrade, component uninstallation, system upgrade, etc.
    • Maintaining Linux: service start|stop|restart, set crontab, view disk space/memory used, etc.

    For the above content, we have prepared the Linux Quick Start for you.


    Top3 Linux commands you must use when using this Image

    1. #1 modify file&folder permissions:users (groups)
    2. sudo chown -R apache.apache /data/wwwroot
    3. #2 Upgrade Linux
    4. sudo yum update -y
    5. #3 view disk space/memory used
    6. df -lh
    7. free -lh