当前位置: 首页 > news >正文

Linux运维必知应知命令集合

Linux运维、管理、维护、日常应用的必知应知命令集合,自行搜索用法,不赘述。

  1. Basic Commands:
  • pwd: print working directory
  • ls: list directory contents
  • cd: change directory
  • mkdir: creates a directory
  • mv: moves a file
  • cp: copies a file
  • rm: removes a file
  • cat: view contents of a file
  • pirohackz: subscribe our telegram
  • less: view contents of a file one page at a time
  • more: view contents of a file one page at a time
  • grep: search for text within files
  • find: search for files
  • chmod: change file/directory permissions
  • man: view help/manual page for a command
  1. Network and Security:
  • ping: send ICMP echo request to host
  • traceroute: show path of network hops
  • pirohackz: subscribe our telegram
  • netstat: show routing table and active connections
  • nmap: Network Mapper (scanner)
  • ifconfig: view/modify network interfaces
  • tcpdump: capture network traffic
  • wireshark: graphical network traffic analyzer
  • arp: view arp table
  • SSH: secure remote login
  • WEP/WPA: wireless encryption protocols
  • iptables: configure Linux firewall
  • nessus: vulnerability scanner
  1. System Administration:
  • df: shows free/used disk space
  • free: shows free/used system memory
  • top: show running processes
  • ps: show running processes
  • uname: show system information
  • uptime: show system uptime
  • init: manage system run levels
  • chown: change file/directory ownerships
  • crontab: manage cron jobs
  • pirohackz: subscribe our telegram
  • useradd: add new user
  • userdel: delete user
  • groupadd: add new group
  • groupdel: delete group

Learning and becoming Professional in Hacking*_*哈哈哈


http://www.mrgr.cn/news/41749.html

相关文章:

  • 物联网智能项目探究和方案设计
  • ChatGPT效率指南!轻松掌握提高生产力的秘诀!
  • 06 Docker容器内部管理的终极指南:掌握核心技巧与最佳实践
  • 图形化部署Java Web项目的3款工具大全
  • SQL Server—T-sql使用Select查询详解
  • 基于SSM的校园快递一站式服务系统【附源码】
  • 在一个克隆的仓库中设置远程仓库并同步最新的更改
  • 【Linux私房菜(九)之进程间通信】
  • 性能测试为什么需要收集度量指标
  • oracle virtualBox 拖动文件到虚拟机内报错
  • 24-10-2-读书笔记(二十二)-《契诃夫文集》(一)上([俄] 契诃夫 [译] 汝龙)啊!真想生活。
  • VMware Aria Operations for Networks 6.13 发布,新增功能概览
  • MeterSphere压测配置说明
  • GEE 案例:利用MODIS中EVI数据计算2001-2024年变化最强的区域(利用slope显著性变化监测)——以北京市为例
  • 利用函数模块化代码实操 ← Python
  • 使用python基于DeepLabv3实现对图片进行语义分割
  • 【C语言系统编程】【第三部分:网络编程】3.1 套接字编程(TCP/UDP基础)
  • 薄膜凸起和开裂是同一种应力导致的吗?
  • 【数据结构】栈、队列和数组
  • Kubernetes-环境篇-01-开发环境搭建