当前位置:网站首页>Liux command
Liux command
2022-06-24 13:24:00 【Quinlan】
https://www.runoob.com/linux/linux-command-manual.html
Network related
Catalog related
Compression related
】 Server state dependent
Performance tuning related
- Find the file with the specified file name ( Case insensitive ):
find -iname "MyProgram.c". - Execute a command on the file found :
find -iname "MyProgram.c" -exec md5sum {} \;. - lookup home All empty files in the directory :
find ~ -empty.
? 【 Commonly used 】 How to be in /usr Find the size in the directory that exceeds 10MB The file of ?
- Enter the command
find /usr -type f -size +10240kcommand . - The output is as follows : /usr/lib/locale/locale-archive /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-1.b12.el7_4.x86_64/jre/lib/amd64/server/classes.jsa /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-1.b12.el7_4.x86_64/jre/lib/amd64/server/libjvm.so /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-1.b12.el7_4.x86_64/jre/lib/rt.jar // ... Omit 1234567
边栏推荐
- Integrate the authorization interface code of intra city distribution account of multiple express companies nationwide - Express 100
- Creation and use of unified links in Huawei applinking
- YOLOv6:又快又准的目标检测框架开源啦
- Leetcode 1218. Longest definite difference subsequence
- Redis' contribution in the field of microservices
- Sphere, openai and ai21 jointly publish the best practice guidelines for deployment models
- How to efficiently analyze online log
- Appium installation
- Kubernetes集群部署
- Getting started with the go Cobra command line tool
猜你喜欢

1、贪吃蛇游戏设计

The agile way? Is agile development really out of date?

Creation and use of unified links in Huawei applinking

黄金年代入场券之《Web3.0安全手册》

一文讲透研发效能!您关心的问题都在

Teach you how to use airtestide to connect your mobile phone wirelessly!

3. Caller 服务调用 - dapr

Definition and use of constants in C language

使用 Abp.Zero 搭建第三方登录模块(一):原理篇

hands-on-data-analysis 第三单元 模型搭建和评估
随机推荐
SYSTEMd common component description
Party, Google's autoregressive Wensheng graph model
How stupid of me to hire a bunch of programmers who can only "Google"!
Pycharm中使用Terminal激活conda服务(终极方法,铁定可以)
我开导一个朋友的一些话以及我个人对《六祖坛经》的一点感悟
[one picture series] one picture to understand Tencent Qianfan apaas
“我这个白痴,招到了一堆只会“谷歌”的程序员!”
手把手教你用AirtestIDE无线连接手机!
‘高并发&高性能&高可用服务程序’编写及运维指南
Getting started with the lvgl Library - colors and images
How can junior middle school developers effectively reduce their own workload?
Resolve symbol conflicts for dynamic libraries
Implement Domain Driven Design - use ABP framework - update operational entities
What if the WordPress website forgets its password
The introduction of MySQL memory parameters is divided into two categories: thread exclusive and global sharing
Preparation and operation & Maintenance Guide for 'high concurrency & high performance & high availability service program'
CPU process priority
[database] final review (planning Edition)
Yolov6: the fast and accurate target detection framework is open source
openGauss内核:简单查询的执行