Back to Linux Main Page |
Linux/Windows Equivalent Programs |
Linux Video |
N1GG Homepage |
Command Definition Usage ls "list/dir" ls, ls -l for filesizes and other details mv "move" also used as rename mv filename1 filename2 cp "copy" cp filename1 filename2 cd "change directory" cd /directory/directory rm "remove/delete" rm filename , rm -rf directoryname
/ top level or "root directory" equal to "My Computer" /root Superuser home directory /home home directories for all normal users /usr most programs and program data files are stored in here /proc used by the kernel to run programs /etc configuration files /bin bare-minimum executable files /sbin system administraton executable files /opt sometimes used in addition to /usr /mnt place where removable drives are usually mounted /dev device files /tmp temporary storage for the system /boot files needed for booting /proc folder mounted by the kernel for its own use internally
My KDE Desktop |
|