Terminal Word game :) A great intro to the terminal

Let us play a game!

  • In this game should have contain a terminal command which exist in the terminal.
  • the next command should start with the last letter of command in previous post.
  • Together with the command you should give information the meaning of the comman.
  • Feel free to post but keep topic incheck :slight_smile:

First command :

Pacman - Package manager to install packages

( next is N :slight_smile:

5 Likes

netstat – shows network connections and other similar goodies.

2 Likes

top - display Linux processes

1 Like

pikaur - AUR & pacman helper

1 Like

rsync - file syncronization across systems

1 Like

cmake - CMake Command-Line Reference (project, build, etc. management)

1 Like

env - lists environment variables

1 Like

vdir - Same as ls -l -b . Verbosely list directory contents.

1 Like

rm - removes specified files

1 Like

make - a build automation tool

1 Like

ex - text editor

1 Like

xkill - kill a client by its X resource

1 Like

ls - list directory contents

1 Like

stat - displays status of file

1 Like

tail - show last 10 lines of a file

1 Like

sudo dmesg … allow check for possible error messages during boot process
Sorry… didn’t match the last letter of the previous post…

loadkeys to loar new keyboard layout from terminal e.g. “loadkeys de_CH-latin1” for Swiss German keyboard layout

1 Like

slabtop - display kernel slab cache information in real time

pacman - the ultimate package manager in EndeavourOS

2 Likes

nano - a text editor that I consider to be more user friendly than vim

1 Like