コピー - How to Check Linux Version 編集

オプション
推敲ツール: AIライター GoogleGemini ChatGPT

Are you using a Linux computer? Are you not sure which version of Linux you are using? There are many different Linux distributions that function very differently. Some distributions have a different desktop environment with different features. Sometimes you may need to figure out which desktop environment you are using. Additionally, the Linux kernel, which is the core component of all Linux distributions gets updated frequently. This wikiHow article teaches you how to check which version of Linux you are using as well as which Linux distribution you are using.

Method 1

Using the Terminal

  1. Press the Terminal
    . It normally has an icon that resembles a black screen with a white cursor. Click the Terminal icon in the Apps menu or press Ctrl + Alt + T to open the Terminal.
  2. Type cat /etc/*-release and press ↵ Enter. This shows you which Linux distribution you are using. You can see which Linux distribution you are using next to "NAME=" or "VERSION_Distributor ID" and it will say which version of the Linux distribution you are using next to "Release."
  • Type echo $XDG_CURRENT_DESKTOP and press ↵ Enter. This prints out your current desktop environment (i.e. "ubuntu:GNOME").
  • Type uname -mrs and press ↵ Enter. This displays which version of the Linux kernel you are using as well as what architecture you are using. It will say what version of the Linux kernel you are using after "Linux" at the beginning of the output return. It says what architecture you are using at the end of the output return. If it says "x86-32" or just "x86," you are using a 32-bit system. If it says "x86-64" or "x64," you are using a 64-bit system.
  • ショートカットキー一覧

    文字装飾

    アクションショートカットキー使用例
    太字にする Ctrl+B 太文字
    斜体にする Ctrl+I 斜体
    下線を引く Ctrl+U 下線

    リンク

    アクションショートカットキー使用例
    リンクの挿入・編集 Ctrl+L リンク

    リスト

    アクションショートカットキー使用例
    インデント追加 Tab
    • リスト
      • インデント
    インデント解除 Shift+Tab リスト
    • インデント

    編集補助

    アクションショートカットキー
    行ったアクションを取り消す Ctrl+Z
    取り消したアクションをやり直す Ctrl+Y, Shift+Ctrl+Z
    改行を追加する Shift+Enter
    クリップボードに切り取る Ctrl+X
    クリップボードにコピーする Ctrl+C
    クリップボードから貼り付ける Ctrl+V
    すべて選択する Ctrl+A

    移動

    アクションショートカットキー
    行の先頭に移動する Home
    文章の先頭に移動する Ctrl+Home
    行の末尾に移動する End
    文章の末尾に移動する Ctrl+End
    ページを上にスクロールする PageUp
    ページを下にスクロールする PageDown
    任意のキーワードを検索する Ctrl+F