User Tools

Site Tools


docs:linux_commands

Linux Commands

Quick summary of common used program in Linux.


tree

Print a folder structure.

Command:
tree /home/admin/TreeFolder/

Output:

/home/admin/TreeFolder/
├── SubTreeFolder
│   └── SubTreeFile
└── TreeFile

namei

Follow a pathname until a terminal point is found.

Command:
namei /home/admin/

Output:

f: /home/admin/
 d /
 d home
 d admin

Lorenzo Cesana 2025/06/18 09:18

docs/linux_commands.txt · Last modified: by sysadm

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki