Linux Fundamentals
Linux Fundamentals
This work is licensed under the Creative Commons Attribution-ShareAlike 2.0 South Africa License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.0/za/
or send a letter to
Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
/usr
bin dev home etc lib usr
Examples:
rm budget.doc
rm budget.doc oldbudget.doc
rm -r admin/ (to be used with care!)
–
To mount a USB memory stick:
Be sure to
create the
mount /dev/sda1 /mnt/flash mount point
first!
./configure
make
sudo make install