View Single Post
Old 18-12-2005, 02:41 PM   #10
sewen
Newbie

 
Join Date: Dec 2005
Location: ,
Posts: 12
Question

Quote:
Originally posted by the_fifth_horseman@Dec 15 2005, 06:01 PM
I'm totally green to Linux, but it seems like I'll have to be learning quick, cause here in the office I am supposed to switch to that OS tomorrow.

Could you recommend any online guides / FAQ's on the subject, please?
The commands which you will need to learn greatly depend on your choosen linux distro. For example for Mandriva you almost don't need to know anything, for Fedora you will greatly use them and for Slackware you will rely ont them.

(so use your distro related forum, or google)

linux commands:
mount (attach device CDROM or floppy)
umount (detach device)
ls (list the directory)
cp (copy)
mv (move)
rm (remove)

editor:
vi (modes for writing/reading are changed by pressing insert, commands have format :q like quit,), nano, gediit

directory structure:
/home/yourname
or
/winxp

"your command to invoke installator" (yum, apt-get, pacman, ...)

linux configuration files:
/boot/grub.lst
/etc/X11/xorg.conf

:Tom:
sewen is offline                         Send a private message to sewen
Reply With Quote