What's my purpose?
Command Me
Permissions Anonymous
At your service
Linuxsize Me
100

The user database (file) with fields giving the username, real name, home directory, encrypted password and other information about each user.

What is /etc/passwd?

100

This is the command that shows per-directory disk usage.

What is du?

100

This command will list permissions for all files in the directory that you are in.

What is ll -a?

100

Command, and also service, that allows for secure logins to a remote machine via the terminal.

What is ssh?

100

Unlike Microsoft, Linux is considered to be this, giving users the ability to see, contribute, and use the source code.

What is open-source?

200

File to change your default settings for ssh, such as changing the ssh port from 22.

What is /etc/ssh/sshd_config?

200

This command is used to create and manage a network on a Linux machine.

What is nmcli?

200

This command allows for the changing of permissions of a file.

What is chmod?

200

This is the default package manager for Red Hat software.

What is RPM?

200
Regardless of the distribution of Linux, all distros share one common thing that enables it to function.

What is the kernel?

300

This file stores the hashed passphrase (or “hash”) for a Linux user's account with additional properties related to the user's password.

What is /etc/shadow?

300

This command will enable you to rename a file.

What is mv?

300

This command allows a file's or directory's owner and/or group to be changed.

What is chown?

300

Enables the user to manage Linux services on the machine.

What systemctl?

300

This mascot represents the popular open-source operating system, known for its stability and security

What is a penguin?

400

When using the dnf config-manager command to add a repo, a file ending in .repo goes to this directory location.

What is /etc/yum.repos.d?

400

This command will terminate a process with a PID of 3242 using the fatal termination signal.

What is kill -9 3242?

400

This command, with options, sets read, write and execute for the file's owner, read and write for the file's group, and execute for the file's other permission. (octal format)

What is chmod 761?

400

Default port for cockpit.socket service.

What is 9090?

400

Linux is this type of operating system that is designed to easily replace or remove components such as software.

What is modular?

500

This file holds the global default configurations for various system user parameters such as the default password policy settings and Min/Max UIDs & GIDs.

What is /etc/login.defs?

500

This will re-execute, with elevated privileges, the last command that was ran successfully.

What is sudo !!

500

This can overwrite the default Linux file and directory permission settings of 666 and 777 respectively.

What is umask?

500

Name and PID of first process started on a Linux system.

What is systemd, PID 0?

500

In 1991, this Finnish computer science student unleashed the first version of the Linux kernel, forever changing the landscape of operating systems.

Who is Linus Torvalds?

M
e
n
u