Linux-lsxxx

ls list directory contents 列出文件及目录
lsattr List file attributes on a Linux second extended file system 在Linux第二个扩展文件系统上列出文件属性
lsblk List block devices 列出块设备, 还有blkid可用
lscpu Display information about the CPU architecture 显示有关CPU架构的信息
lshw List hardware 列出硬件
lsinitcpio Examine an initramfs 检查initramfs
lsipc Show information on IPC facilities currently employed in the system 显示系统中当前使用的IPC设施的信息
lslocks List local system locks 列出本地系统锁
lslogins Display information about known users in the system 显示有关系统中已知用户的信息
lsmem List the ranges of available memory with their online status 列出可用内存的在线状态范围
lsmod Show the status of modules in the Linux Kernel 显示Linux内核中模块的状态
lsns List namespaces 列出命名空间
lsof List open files 列出打开的文件
lspci List all PCI devices 列出所有PCI设备
lsusb List USB devices 列出USB设备
lsusb.py Executable, 15kB 更详细的列出USB设备
lsoptdepends Executable, 2.5kB 依赖项?

lsoptdepends是什么?
先看看帮助: $ lsoptdepends -h

lsoptdepends   最后一列是(wc -l)统计的行数 932
-u only list uninstalled optdepends 仅列出已卸载的optdepends 504
--orphan list installed optdepends that are not hard deps of any package 列出已安装的optdepends,它们不是任何软件包的硬件代码 88
-q only print package names 只打印包名 399

查询来源
sudo pacman -Qo lsoptdepends
/usr/bin/lsoptdepends is owned by pyalpm 0.8.5-2

sudo pacman -Qi pyalpm
Description     : Libalpm bindings for Python 3
Required By     : namcap
Install Reason  : Installed as a dependency for another package

sudo pacman -Qi namcap
Description     : A Pacman package analyzer
Required By     : None
Install Date    : Thu 28 Mar 2019 06:23:36 PM CST
Install Reason  : Explicitly installed

最新文章

  1. ecshop 后台分页功能
  2. Jquery中each的三种遍历方法
  3. Sumlime Text编辑文件后快速刷新浏览器
  4. 【java 获取数据库信息】获取MySQL或其他数据库的详细信息
  5. 让一个div在不同的显示器中永远居中
  6. 【iCore3 双核心板】例程三十三:SD_IAP_ARM实验——更新升级STM32
  7. Rest接口测试,巧用firebug插件
  8. C# 将透明图片的非透明区域转换成Region
  9. android UI进阶之用ViewPager实现欢迎引导页面
  10. [SAP ABAP开发技术总结]增强Enhancement
  11. 转js contains 方法
  12. 【面试题030】最小的k个数
  13. 重置mysql密码
  14. 通过CreateOleObject控制IE
  15. Android常用ProgressDialog设置
  16. jQuery效果-滑动
  17. 奇怪的haproxy 跳转
  18. .net分布式压力测试工具(Beetle.DT)
  19. Python面向对象编程 -- 类和实例、访问限制
  20. leetcode每日刷题计划-简单篇day5

热门文章

  1. 分布式应用监控:SkyWalking 快速接入实践
  2. 改写画质、突破性能, Unity 全面升级!
  3. 折腾前端条形码(Barcode)扫描识别, 笔记
  4. selenium webdriver 屏幕滚动
  5. flask exception
  6. 解决安装PyMySQL一直停在Building wheels for collected package:cryptography, cffi, pycparser的问题
  7. mysql 命令行个性化设置
  8. Java连载78-深入自动拆装箱、Date类和SimpleDateFormat格式化
  9. 「SCOI2005」王室联邦
  10. Django 学习之cookie与session