博客
关于我
Linux基础命令
阅读量:778 次
发布时间:2019-03-24

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

ls命令

ls命令用于列出目录中的文件和目录。基本用法是

ls [选项] [路径]

常用选项:

-a:显示所有文件,包括以.开头的隐藏文件

-l:显示文件的详细信息,包括权限、所有者、文件大小等

-n:显示文件的名称长格式

转载地址:http://sibkk.baihongyu.com/

你可能感兴趣的文章
Prometheus 介绍
查看>>
Prometheus 安全配置详解
查看>>
prometheus 安装node_exporter, node_exporter 安装最新版 普罗米修思安装监控服务器client
查看>>
Prometheus 安装部署实战
查看>>
prometheus 持久化存储方案
查看>>
Prometheus 监控系统企业级实战
查看>>
Prometheus 监控系统简介
查看>>
prometheus监控nginx实战
查看>>
Prometheus监控redis数据库实战
查看>>
Prometheus监控教程:使用Grafana展示主机基本信息
查看>>
Prometheus监控教程:配置介绍
查看>>
Prometheus(2):SpringBoot 2.X集成Prometheus
查看>>
Promise 原理解析与实现(遵循Promise/A+规范)
查看>>
PyTorch:传递 numpy 数组进行权重初始化
查看>>
promise.all是并发执行吗_攻破面试灵魂拷问,解读Java并发编程的艺术,本文带你深入l理解...
查看>>
PyTorch-Tutorials【pytorch官方教程中英文详解】- 7 Optimization
查看>>
promise总结
查看>>
Propel项目改为基于TensorFlow.js
查看>>
properties出现中文乱码解决方法(万能)
查看>>
Property 'submit' of object #<HTMLFormElement> is not a function
查看>>