docs:linux_commands
This is an old revision of the document!
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.1750238425.txt.gz · Last modified: by sysadm
