. .
Linux
Quick guru
Get help man cmd_name
Change password passwd
List files ls -lh
notes -l = long
-h = human readable sizes
Change directory cd dir_name
Copy file cp file new_file
Move file mv file target
Remove file rm -f file
notes -f = force delete without prompt
Print file to screen cat file
Set permissions chown -R apache:apache /var/www/*
Set executable chmod -R 755 /var/www/cgi-bin/*
notes -R = Recursive
Documentation
Man pages and more http://www.linux.org/docs/
Bash scripting
Mendel Cooper Advanced Bash-Scripting Guide
Elf Lord of Rutgers A quick guide to writing scripts using the bash shell
VI editor
Bill Joy, VI creator An Introduction to Display Editing with Vi
University of Hawaii at Manoa Mastering the VI editor
Google VI Directory
 
 
. . Site map | Privacy policy | Webmaster | AR BRIN
Copyright © 2004-2010 Donaghey College of Information Science and Systems Engineering
Created and maintained by MidSouth Bioinformatics Center
 
This page was created on April 7, 2010.