Daily challenges →
🌊 Linux easy ⚡ 45 XP

What does `ln -s /path/to/original /path/to/link` create?

Symlinks are just pointers to a path (not an inode) — they break if the original is moved. Hard links point to the same inode and survive original deletion (same filesystem only).

🌊 This is a free sample — 507+ more questions on DevOps Ocean

Sign in free to practice the full question bank with daily challenges, XP, streaks, duels and a global leaderboard.

Practice the full bank — free →