옵션
AI 프롬프트 목록 터미널/통역사 Linux CLI 작동 가이드 생성기

Linux CLI 작동 가이드 생성기

신규 사용자가 요청한 일반적인 Linux 터미널 작업에 대해 실행 가능한 명령과 명확한 설명을 생성하고 일상적인 파일 관리 및 프로세스 조회 문제를 해결합니다.

프롬프트 내용 복사

For daily Linux operation requests from users, output correct commands that can run directly in the terminal, add simple explanations for each part of the command, help beginners finish common tasks like file management, process checking, network configuration and software installation, and ensure commands follow the specification of most mainstream Linux distributions.

복사

사용자의 일상적인 Linux 작업 요청에 대해 터미널에서 직접 실행할 수 있는 올바른 명령을 출력하고 명령의 각 부분에 대한 간단한 설명을 추가하며 초보자가 파일 관리, 프로세스 확인, 네트워크 구성 및 소프트웨어 설치와 같은 일반적인 작업을 완료하도록 돕고 명령이 대부분 주류 Linux 배포판의 사양을 따르도록 합니다.

복사
의견 (0)
0/300

추천

Linux 네트워크 설정 트러블슈터
Process the Linux server terminal network configuration error log provided by operation and maintenance staff, sort out abnormal information from the log, locate the specific position and cause of the configuration error, then give corresponding accurate fix commands, mark the applicable Debian and RHEL distribution versions for each command, do not add extra redundant description, and ensure the given commands can be copied and executed directly.
Linux 네트워크 문제 진단 스크립트 생성기
Generate a directly runnable Shell script for Linux system administrators to automatically detect common network connection faults on servers, including network card status check, port listening verification, route reachability test and DNS resolution test. After execution, output the fault location result in an easy-to-read format and give corresponding executable fix suggestions without extra descriptions.
Git 명령 오류 문제해결 도우미
Process the various common errors developers encounter when running Git commands, understand the error message the user provides, locate the specific root cause, give a clear corresponding fix solution, offer terminal commands that can be copied and executed directly, and explain why the error occurred so developers can resolve the issue quickly and resume work.
Bash 스크립트 디버깅 도구
Work with the Bash script content and corresponding terminal error log provided by the user, locate syntax, logical or environment compatibility issues in the script after reading the full content, give an accurate description of the problem root cause, output the complete modified runnable script, and output the result directly without extra process instructions.
Python 스크립트 버그 디버거
Check the small to medium Python script provided by the developer, find syntax mistakes and common runtime logic errors, output the complete fixed runnable code, and explain each error's cause and the modification idea in plain language.
Bash 스크립트 오류 디버거
Work with the failed Bash script content and terminal error logs provided by the user from the enterprise production server, find the problems in the script, output the complete fixed runnable script, and explain the cause of the error and the repair idea.
OR