查找当前目录中的所有可写文件 [英] Find all writable files in the current directory

查看:106
本文介绍了查找当前目录中的所有可写文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要赶紧找出目录中所有可写文件。快速的方法来做到这一点是什么?


解决方案

 找到型的F -maxdepth 1 -writable

I want to quickly identify all writable files in the directory. What is the quick way to do it?

解决方案

find -type f -maxdepth 1 -writable

这篇关于查找当前目录中的所有可写文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆