博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Linux常用命令总结
阅读量:4485 次
发布时间:2019-06-08

本文共 514 字,大约阅读时间需要 1 分钟。

1, 文件系统及相关: cd; whereis; pwd; ls; file; echo; mkdir/rmdir; cat/more; cp,mv,rm; chown,chgrp; chmod; grep; find; locate; ln; gzip; tar; diff; patch

2, 磁盘管理: df; du; mount/umount; fdisk; mkfs

3, 用户管理: useradd; usermod; userdel; groupadd; groupmod; groupdel; passwd; id; groups; who; whoami

4, 系统及其它: su; sudo; export; shutdown/poweroff/halt/reboot; ps; top; uname; uptime; clear; cal; date/time

5, 网络配置管理: netstat; nslookup; finger; ping; ifconfig; ftp; telnet; ssh

转载于:https://www.cnblogs.com/ArrozZhu/p/8392599.html

你可能感兴趣的文章
week 13 java——网络
查看>>
python curl实现
查看>>
图片轮播,
查看>>
XSS跨站攻击
查看>>
C/C++ http协议加载sessionID
查看>>
个人应用开发详记. (二)
查看>>
一款由css3和jquery实现的卡面折叠式菜单
查看>>
uva 10791
查看>>
openlayers 4快速渲染管网模型数据
查看>>
MySQL相关小技巧
查看>>
SSH整合- 2- add service layout
查看>>
IP地址与UInt之间不得不说的故事
查看>>
【代码笔记】iOS-两个滚动条,上下都能滑动
查看>>
SpringBoot 日志系统
查看>>
矩阵乘法-洛谷P2233 [HNOI2002] 公交车路线
查看>>
python中string.casefold和string.lower区别
查看>>
HTML(XHTML)基础知识(五)——【table】
查看>>
asp.net中常用的26个优化性能的方法
查看>>
Android项目目录结构分析
查看>>
Python 面向对象(三)
查看>>