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...