# linux **Repository Path**: c332030/linux ## Basic Information - **Project Name**: linux - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-16 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = linux [source,shell] ---- docker run \ -it \ -e DEBIAN_FRONTEND=noninteractive \ -e TZ=Asia/Shanghai \ -v /home/program/nginx/html/dl:/data \ -w /data \ ubuntu \ /bin/bash apt update -y \ && apt upgrade -y ---- 查看版本 [source,shell script] ---- uname -a cat /etc/centos-release cat /etc/redhat-release cat /etc/os-release ----