Changes for page Linux User Consoles How-Tos
Last modified by loktevda on 2025-12-09 15:46
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -92,7 +92,27 @@ 92 92 93 93 == How to change the language == 94 94 95 +== Additional Tips == 95 95 97 +=== Terminal Best Practices === 98 + 99 +* Use Ctrl + C to cancel running commands 100 +* Use Ctrl + Z to suspend processes (resume with fg) 101 +* Use history to view command history 102 +* Use Tab for auto-completion 103 + 104 +=== File System Navigation === 105 + 106 +* Use pwd to show current directory 107 +* Use ls -la for detailed file listings 108 +* Use cd - to return to previous directory 109 + 110 +=== Getting Help === 111 + 112 +* Use man <command> for manual pages 113 +* Use <command> ~-~-help for quick help 114 +* Use apropos <keyword> to find related commands 115 + 96 96 [[image:attach:Screenshot from 2020-01-24 13-29-16.png||height="400"]] 97 97 98 98 {{error}}