FAQ / Tips & Tricks
Frequently Asked Questions
How can I read existing Linux partitions from my Windows machine?
A great article on SearchWinSystems, found here,
http://tinyurl.com/deffy
really explains it all.
What is the su command do? What does su stand for?
In the book, we call the su command "Super User" and then use it to
assume the identity of the "root" user and do powerful system-level
activites. However, calling it "Super User" is not really accurate.
Really su stands for "Substitute User" and can be used to assume the
identity of any user, not just the root user like we do in the book.
And, of course, typing
man su
at the promp will generate the man page for su for your specific distribution.
Thanks for Kurt Hudson (www.hudlogic.com) for the inspiration for this tip.
Tips & Tricks
How can I load the VMware tools on SUSE 9.x? (9.3) ?
[ Top ] [ Back ] |