Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the ll command of linux to list the details of the current file or directory

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you the use of linux ll command to list the current file or directory details, I believe that most people do not know much, so share this article for you to learn, I hope you will learn a lot after reading this article, let's go to learn methods!

The ll command can list the details of the current file or directory, including time, read and write permissions, size, time, and so on, such as the details displayed by Windows. Ll is an alias for "ls-l". It is equivalent to a shortcut in Windows. It can be understood that the functions of ll and ls-l are the same, and ll is an alias for ls-l.

Syntax format: ll [parameters] [file]

Common parameters:

Reference example

Arrange files in reverse chronological order:

[root@linuxcool ~] # ll-t

Arrange files in reverse chronological order, paging:

[root@linuxcool ~] # ll-t | more

Display file size:

[root@linuxcool ~] # ll-h above are all the details of the current file or directory listed using the ll command of linux. Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report