- Learn Ethical Hacking from Scratch
- Zaid Sabih
- 204字
- 2021-07-16 18:07:29
The ls command
The ls command lists all of the files and directories that exist in the current working directory. So it's similar to the dir command in Windows machines; it just lists all of the files and directories that exist in the current directory:
ls
And, as we execute this command, the output for it lists all of the directories, such as Desktop, Documents, Downloads, and Music:

Let's run ls with some options. We going to use ls and then use -l, and that will show us more information about the files. It's basically the same command that we ran before, but, as we can see in the following screenshot, we now get more information. We can see the total entries that exist in the current working directory, and we can see the same directories that we saw before, but we can also see the dates that they were created or modified. We can see the user responsible for them, and its root use, and we can also see permissions:

We will learn more about permissions in the next chapters. Permissions specify which users can do what (read, write, execute). This is just an example of the ls command.
- 電信行業(yè)節(jié)能減排技術(shù)、方法與案例
- 基于數(shù)字條紋投影的在線深度獲取技術(shù)
- 輕松解讀電子節(jié)能電器電路
- 手機(jī)故障維修技巧與實例
- 寬帶無線通信多址傳輸技術(shù)演進(jìn)
- 鮮棗課堂:5G通識講義
- Android應(yīng)用程序開發(fā)與典型案例(微課版)
- LED照明電路設(shè)計100例
- EPON/GPON技術(shù)問答
- 電子產(chǎn)品制作技術(shù)與技能實訓(xùn)
- Cloud-Native Applications in Java
- 認(rèn)知無線電網(wǎng)絡(luò)資源分配
- 芯片設(shè)計——CMOS模擬集成電路版圖設(shè)計與驗證:基于Cadence IC 6.1.7(第2版)
- Android 移動應(yīng)用開發(fā)
- Android開發(fā)與應(yīng)用