You are on page 1of 9

Windows And

linux Commands
INTRODUCTION TO LINUX
 Linuxis a family of open-source Unix-like operating systems
 based on the Linux kernel,[10] an operating system kernel
 first released on September 17, 1991, by Linus Torvalds
. Linux is typically packaged in a Linux distribution.
 Distributions include the Linux kernel and supporting 
system software and libraries, many of which are provided
by the GNU Project. Many Linux distributions use the word
"Linux" in their name, but the Free Software Foundation
 uses the name GNU/Linux to emphasize the importance of 
GNU software,
POPULAR LINUX DIST.
 DEBIAN
 FEDORA
 UBUNTU
 RED HAT(ENTERPRISE LINUX)
 SUSE (LINUX ENTERPRISE)
Basic Same Commands
 dir list directory content
Reach to certain folder and find it’s content.
 echo text output

Use to print a text


i.e. Echo myName
 Exit close the prompt
Basic Same Commands
 Find

Search and give result of every file in present


directory
 Find specificfolderName
 Cd Change directory

i.e. Cd D:
 hostName

provides system administration name


Basic Same Commands
 Shutdown with different arguments like
Shutdown /s for shutdown
Shutdown /r shutdown and restart
 Mkdir to make directory
 Rmdir to remove/delete empty directory
 TaskList display all the process in due or in action
Basic And Same Command
 Time display time(only in linux) but also set time
in window
 Used to stop any process after certain time
interval(in window)
Different command
Linux Windows
 Ls  Dir(work in both linux
Show directory and window)
 Ps(to find all actiong  Tasklist(to find all

processess) action processess)


 mv (rename file)  ren(rename file Name)

mv old Newname ren oldname newname


Different Command
Linux Window
 Cp(to copy a file)  Copy(to copy a file)
copy sourceFile
destinationFile
 Clear  Cls

 Rm  Del(remove file)
(remove file)

You might also like