Error guides tagged [linux]

15 guides found
LIN
command not found - How to resolve this issue

This error occurs when the shell cannot find the executable binary matching the command name in your system's PATH directories.

linuxcli errorcommon
updated June 29, 2026
LIN
Connection refused - How to resolve this issue

This error occurs when a client attempts to connect to a server port, but the host rejects the connection because no service is listening or a firewall blocks it.

linuxsocket errorcommon
updated June 29, 2026
LIN
Could not get lock - How to resolve this issue

This error occurs when another process is running package management tasks and holds the system database locks (/var/lib/dpkg/lock).

linuxapt errorcommon
updated June 29, 2026
LIN
Killed - How to resolve this issue

This error occurs when the kernel or another process abruptly terminates a program by sending a SIGKILL (signal 9) signal.

linuxprocess errorcommon
updated June 29, 2026
LIN
No space left on device - How to resolve this issue

This error occurs when the file system runs out of physical disk space or has exhausted its pool of available inodes.

linuxdisk space errorcommon
updated June 29, 2026
LIN
No such file or directory - How to resolve this issue

This error occurs when a command or application attempts to access a file or folder path that does not exist.

linuxfile system errorcommon
updated June 29, 2026
LIN
Operation not permitted - How to resolve this issue

This error occurs when the kernel blocks an action because it requires superuser privileges or conflicts with active security policies.

linuxsecurity errorcommon
updated June 29, 2026
LIN
Out of memory - How to resolve this issue

This error occurs when the system resources cannot allocate more memory, or when an application exceeds its allocated heap memory constraints.

linuxmemory errorcommon
updated June 29, 2026
LIN
Permission denied - How to resolve this issue

This error occurs when you attempt to read, write, or execute a file or directory without the necessary permissions or user ownership.

linuxfile system errorcommon
updated June 29, 2026
LIN
Permission denied (publickey) - How to resolve this issue

This error occurs when you attempt to connect to a remote server via SSH, but the server rejects your authentication credentials.

linuxssh errorcommon
updated June 29, 2026