ERR
opedia
Home
Browse
Search
About
Contact
☀
☰
Home
›
Categories
›
Linux & Unix
⌨ Category
Linux & Unix
Kernel errors, dependency hell, permission issues, systemd units.
376
solutions
Page 1
of 16
Sort:
Newest
Most Viewed
A–Z
EMFILE
Linux EMFILE: 'Too many open files' — fix file descriptor limits
EMFILE means a process hit its open file descriptor limit. Raise the nofile limit with ulimit, limit...
Intermediate
👁 6
3h ago
Linux Redirect Page Not Working: Fix 301/302 Headers in Nginx and Apache
Redirects on Linux usually break because of a missing trailing slash, an .htaccess override, or conf...
Intermediate
👁 7
4d ago
Fix Linux 'bash: /usr/bin/rm: Argument list too long' Error
A common Linux error when deleting thousands of files in one command. Use find or xargs to delete th...
Intermediate
👁 12
4d ago
EROFS
Fix 'Read-only file system' on Linux Without a Reboot
That 'Read-only file system' error usually means the kernel remounted your disk after an I/O fault. ...
Intermediate
👁 44
5d ago
ENOSPC
Fix "No space left on device" When df Shows Free Space
df says you've got gigabytes free but writes still fail with ENOSPC. The culprit is almost always de...
Intermediate
👁 15
6d ago
ENOSPC
Fix 'No space left on device' When df Says You Have Space
df shows free space but writes fail with ENOSPC. Usually it's inode exhaustion or deleted-but-open f...
Intermediate
👁 22
Sep 15, 2026
E2BIG
Fix “Argument list too long” on Linux
Hitting E2BIG? The shell or rm glob is one too many args. Use find -delete to sidestep ARG_MAX limit...
Intermediate
👁 21
Sep 14, 2026
ENOSPC
Fix 'No space left on device' When df Shows Free Space
Your disk reports free space but writes fail with ENOSPC. Usually it's inode exhaustion, a full /tmp...
Intermediate
👁 26
Sep 14, 2026
Apache Redirects That Quietly Fail: 301, 302, and RewriteRule Fixes
Your redirect rule looks fine but does nothing, loops, or sends you to the wrong place. Here's what'...
Intermediate
👁 23
Sep 13, 2026
sudo: command not found
Fix 'sudo: command not found' on Linux (quick & dirty)
Don't panic when sudo vanishes. Usually it's a PATH issue or missing sudo package. I'll show you the...
Beginner
👁 16
Sep 9, 2026
sudo: command not found
Fix 'sudo: command not found' When sudo Is Installed
sudo exists but the shell can't find it? Likely a PATH issue or missing symlink. Here's how to fix i...
Beginner
👁 39
Sep 8, 2026
Fix 'permission denied' on Linux scripts & files
Permission denied when running a script? Check execute bit, filesystem mount options, then ownership...
Beginner
👁 54
Sep 6, 2026
Destination Host Unreachable
Fix 'Destination Host Unreachable' on Linux: Ping Fails
Ping says 'Destination Host Unreachable' when no route to the target exists. Check your interface, g...
Beginner
👁 15
Sep 3, 2026
Permission denied (publickey)
Fix 'Permission denied (publickey)' SSH in Linux
SSH key auth failing? Check key permissions, sshd config, and agent. Usually chmod 600 on key fixes ...
Beginner
👁 30
Sep 3, 2026
EACCES / Permission denied
Fixing 'Permission denied' on Linux: 3 causes
The 'Permission denied' error has three usual causes: file perms, ACLs, or mount options. This walks...
Beginner
👁 16
Sep 3, 2026
read-only file system
Fix 'Read-only file system' on Linux mounts
Linux throws 'Read-only file system' when a mount remounts RO after errors. Remount with rw and fix ...
Intermediate
👁 90
Sep 2, 2026
ETXTBSY
Linux 'Text file busy' Error: Real Fixes That Work
The 'Text file busy' error in Linux happens when you try to overwrite a running binary or script. He...
Beginner
👁 37
Sep 2, 2026
bash: ./script.sh: Permission denied
Fix 'bash: ./script.sh: Permission denied' on Linux
You tried to run a script but got Permission denied. The script probably lacks executable permission...
Beginner
👁 19
Sep 2, 2026
Fix 'bash: command not found' in Linux: The Real Causes
Get that annoying 'command not found' error sorted. We'll cover the usual suspects: PATH issues, mis...
Beginner
👁 18
Sep 1, 2026
Fix 'Permission Denied' on Linux: 3 Causes & Solutions
Permission Denied errors pop up for three main reasons: wrong file permissions, wrong ownership, or ...
Beginner
👁 71
Aug 30, 2026
Fix 'Permission Denied' in Linux Terminal (chmod & sudo)
Tired of 'Permission denied' in Linux? Usually it's file permissions or a missing sudo. Here's the f...
Beginner
👁 45
Aug 29, 2026
ENOSPC
Fix Linux 'No space left on device' When df Shows Free Space
Hitting 'No space left on device' but df says you have room? Usually it's deleted files still held o...
Intermediate
👁 23
Aug 28, 2026
Permission denied
Fix 'Permission Denied' on mount: the real cause isn't sudo
Sudo won't fix a mount permission error. The cause is usually missing mount options or the wrong dev...
Intermediate
👁 25
Aug 28, 2026
Permission denied (publickey)
Permission Denied (publickey) in SSH: Real Fix for Linux
SSH says 'publickey' but your key isn't accepted. Fix file permissions, check the right key, or add ...
Beginner
👁 55
Aug 27, 2026
1
2
3
4
Next →
Other Categories
Hardware – Printers
Mobile – Android
Software – Adobe Suite
Programming & Dev Tools
View all →