All the ln
means "link", not just the "l".
Just the same as ls
meaning "list", cp
means "copy" and mv
means "move".
They are part of the "two letter commands", for example, just in /bin
:
cp
— CoPy files and directories
dc
— Desk Calculator
dd
— (Data Description) convert and copy a file
df
— Disk Free: report file system disk space usage
du
— Disk Usage
ed
— EDitor
ln
— make LiNks between files
ls
— LiSt directory contents
mv
— MoVe (rename) files
ps
— (Process Status) report a snapshot of the current proceses.
rm
— ReMove files or directories
sh
— SHell
su
— run a command with Substitute User and group ID
vi
— VIsual editor