RHEL 7 – RHCSA Notes (Cheat Sheets) Using man To find a command using a keyword : # man -k [keyword] When you know the exact command to be used, you can use the man page for that command as : # man [command] There are several sections within a man page. Most commonly used […]
Archives for December 2015
RHEL 7 – RHCSA Notes – vi/vim editor
RHEL 7 – RHCSA Notes (Cheat Sheets) The vim editor Inserting text Command Action i Insert text before current cursor position a Append text after current cursor position A Append text at the end of the current line o Open new line below the current line O Open new line above the current line Navigating […]