7.06.2012

Basic UNIX Commands

init 0,1,2,3,4,5,6 - running modes of an Unix operating system (Solaris)
hostname - Get Hostname
date - Get date and time
cp - copy
ls - list contents in directory
cd - change directory
cd .. - back sirectory
cd \ - change to root directory
mv - move contents
history - show history of commands we used.
grep - to search pattern from a command output
date - to show date
wget <URL> - to download a particular entity from that web location.
gzip - to compress a file
tar - to zip a folder or combination of files
man <command> - to show detailed info of pages
find <location> -name <filename/pattern> - To search a file from that desired location.