PDA

View Full Version : TOP10: Your Top Ten Man Pages



snairofilac
May 18th, 2005, 08:23 AM
Please list your top 10 (or more) must-research topics for noobies.
list what hasn't been listed

here's my little-informed top 10

top
env
apt
root
chroot
chmod
sudo
alias
df
passwd

if you don't know what they mean get a-whackin

LeNain
May 18th, 2005, 09:01 AM
Well, i would certainly add : man man

snairofilac
May 18th, 2005, 09:16 AM
yes
man info
man apropos
man locate
man find
man bash

GarySaved
May 18th, 2005, 12:16 PM
The man page for su needs to be updated.

It needs to say the root superuser account is not used, and refer them to sudo .

Gary

dataw0lf
May 25th, 2005, 11:12 PM
init
signal
grep
awk
sed
xargs
dpkg
apt-get
crontab
ln

jdong
May 25th, 2005, 11:38 PM
wasn't really security related, so I moved it to Community Chat.

Commands that I depend on to survive day-to-day console work, in no particular order:


sudo
apt-get
fakeroot
find (especially for generating lists of files efficiently)
xargs (especially the -i switch)
awk
sed
dpkg and related commands (the --force-overwrite dpkg flag)

jdong
May 25th, 2005, 11:39 PM
The man page for su needs to be updated.

It needs to say the root superuser account is not used, and refer them to sudo .

Gary

Please file this at http://bugzilla.ubuntu.com/ , where it'll receive much more developer attention.

HungSquirrel
May 26th, 2005, 03:12 AM
One of the best ideas for a manpage is OpenBSD's afterboot (http://www.openbsd.org/cgi-bin/man.cgi?query=afterboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html). I think more distros should implement something similar.