TLDR
Enter a command. For example: findmnt, libreoffice, lsscsi.

konsole

 
Konsole: The KDE terminal emulator. More information: https://konsole.kde.org.
 
  • Open a new Konsole in a specific directory:
     
    konsole --workdir {{path/to/directory}}
     
  • Run a specific command and do not close the window after it exits:
     
    konsole --noclose -e {{command}}
     
  • Open a new tab:
     
    konsole --new-tab
     
  • Open a Konsole in the background and bring to the front when Ctrl+Shift+F12 (by default) is pressed:
     
    konsole --background-mode
     
  • Open a Konsole with the emergency FALLBACK profile:
     
    konsole --fallback-profile

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.