man - format and display the on-line manual pages
cat - concatenate and print files
chmod - change file modes or Access Control Lists
chown - change file owner and group
du - display disk usage statistics
pwd - output (print) the current working directory
sudo - execute a command as another user (superuser do)
tar - manipulate tape archives
uname - print operating system (unix) name
I want to know why
dd
was called that way. From the man page it says "convert and copy a file", it would've made sense if it was calledcc
.