Skip to main content

Posts

Showing posts with the label Linux

Important Linux Commands

  Following are some important Linux commands:  Linux commands: Important note: Admin user in windows = root user in linux   1.         uname -           It will show the kernal name   2.       Uname – r -           It will show the Kernal latest release   3.       Uname – r -           It will show the Kernal version   4.       Uname – m -           It will show the Kernal machine (32/64 bit)   5.       Uname – o -           It will show the Kernal OS (Operating System)   6.       Uname – a -           To ...