linux find命令(linux find -name 查找文件名)
大家好,我是你的好朋友 白眉大叔, 上次我们介绍了,[linux 系统的文件属性](https://www.baimeidashu.com/7252.html), 是一个基础入门的内容 ,作为新手必须掌握, 不懂的可以去看看, 今天我们来看看 linux [find](https://www.baimeidashu.com/tag/find "View all pos...
大家好,我是你的好朋友 白眉大叔, 上次我们介绍了,[linux 系统的文件属性](https://www.baimeidashu.com/7252.html), 是一个基础入门的内容 ,作为新手必须掌握, 不懂的可以去看看, 今天我们来看看 linux [find](https://www.baimeidashu.com/tag/find "View all pos...
1- 排除某个目录 https://www.baimeidashu.com/tag/tar -Pczvf /var/log/logs.tar.gz /var/log/* --exclude=/var/log/nginx //目录后面不要加斜杠 "/" 大家好,我是你的好朋友 白眉大叔,这篇文章主要介绍 中linux压缩文件夹命令 zip ta...
linux [xargs](https://www.baimeidashu.com/tag/xargs "View all posts in xargs")命令 的作用: 将前面命令输出的结果甩到最后面去。 -n 按列输出。 xargs(英文全拼: eXtended ARGuments)是给命令传递参数的一个过滤器,也是组合多个命令的一个工具。 xar...
linux 文件的八个属性 我们可以用 [ll -i](https://www.baimeidashu.com/tag/ll-i "View all posts in ll -i") 来查看: \[root@baimeidashu /etc\]#ll -i ![](http://static.51tbox.com/static/2024-08-29/co...
作为新手朋友,有必要系统的掌握 linux 安装软件的常用方式, 白眉大叔这里用的centos7 ,主要介绍3种, 前2种是经常用的,必须掌握 第一种: yum 方式安装 ------------- **方法: [yum -y](https://www.baimeidashu.com/tag/yum-y "View all posts in yum -y&quo...
问:打包文件/etc/hosts /etc/passwd 放入/opt目录下 名称为all.tar.gz 答: tar -zcvf /opt/all.tar.gz /etc/hosts /etc/passwd ![](http://static.51tbox.com/static/2024-08-29/col/d27ef4d5f7628486b81fc3740490c745...
问: 查找/data目录下大于7天前的文件并删除 答: find /data -type f -mtime +7\|xargs rm ![](http://static.51tbox.com/static/2024-08-29/col/d022f3aeaf4617b08c7cd7838e1d5291/ceb8835fca8b41e5a068b14de6f67896.png....
1、阿里云开发者社区 <https://developer.aliyun.com/mirror/> 2、网易开源镜像站 <https://mirrors.163.com/> 3、中国科学技术大学开源软件镜像 <http://mirrors.ustc.edu.cn/> 4、腾讯软件源 <https://mirrors.clo...
linux修改日期时间命令 ![](http://static.51tbox.com/static/2024-08-29/col/92cfba20a2e60697add72ffb305fbe9d/84583677203a46af952ae985313d2645.png.jpg)
今天给伙伴们分享一下VMware Workstation17 安装 Windows 10 操作系统,希望看了有所收获。 **一、Windows 10 背景简介** --------------------- Windows 10是微软公司研发的跨平台操作系统,应用于计算机和平板电脑等设备,于2015年7月29日发行 。Windows 10在易用性和安全性方面有了极大的提升,...