# Linux服务器登录提示 **Repository Path**: mch3318/linux-server-login-prompt ## Basic Information - **Project Name**: Linux服务器登录提示 - **Description**: Linux服务器登录提示 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-04 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 效果 ![image](https://www.yotu.net/uploads/697d25278d249.png) # 使用方法 ```bash wget https://gitee.com/mch3318/linux-server-login-prompt/raw/master/login_warning.sh -O /etc/profile.d/login_warning.sh ``` ```bash curl -o /etc/profile.d/login_warning.sh https://gitee.com/mch3318/linux-server-login-prompt/raw/master/login_warning.sh ``` # 卸载 ```bash sudo rm -f /etc/profile.d/login_warning.sh