Some pointers
-passwords-
To change your password, you should use the yppasswd
command, not passwd; since the latter will only change it
on the machine you're currently logged into. You want to change it
on the entire network.
-man pages- Linux comes with extensive documentation, if you know how to use it. In particular, most common bash commands come with manual pages, which can be accessed by running
% man cmd(replacing cmd with the name of the command). If you're not sure of the application, you can try typing
% apropos stringwhich will return a list of all man pages containing information relevent to "string". Dr. Pixton has a web version on his webpage.
| up | home |