Last modified by loktevda on 2025/10/08 17:24

From version 14.4
edited by loktevda
on 2025/09/09 10:23
Change comment: There is no comment for this version
To version 15.1
edited by loktevda
on 2025/09/09 10:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -103,7 +103,7 @@
103 103  
104 104  == Additional Tips ==
105 105  
106 -=== Terminal Best Practices ===
106 +==== Terminal Best Practices ====
107 107  
108 108  * Use Ctrl + C to cancel running commands
109 109  * Use Ctrl + Z to suspend processes (resume with fg)
... ... @@ -110,13 +110,13 @@
110 110  * Use history to view command history
111 111  * Use Tab for auto-completion
112 112  
113 -=== File System Navigation ===
113 +==== File System Navigation ====
114 114  
115 115  * Use pwd to show current directory
116 116  * Use ls -la for detailed file listings
117 117  * Use cd - to return to previous directory
118 118  
119 -=== Getting Help ===
119 +==== Getting Help ====
120 120  
121 121  * Use man <command> for manual pages
122 122  * Use <command> ~-~-help for quick help