1 / 109

LINUX PRESENTATION BY, Nikhil v jain

LINUX PRESENTATION BY, Nikhil v jain. What Is Linux? The most commonly used Operating System for this purpose is Linux - it's Open Source too, It's based on Unix which was and is an operating systems designed from the ground up for a multiuser environment. What Is Linux?

alyn
Télécharger la présentation

LINUX PRESENTATION BY, Nikhil v jain

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LINUX PRESENTATION BY, Nikhil v jain

  2. What Is Linux? • The most commonly used Operating System for this purpose is Linux - it's Open Source too, • It's based on Unix which was and is an operating systems designed from the ground up for a multiuser environment. What Is Linux? The most commonly used Operating System for this purpose the Linux is Open Source too, It's based on Unix which was and is an operating systems designed from the ground up for a multiuser environment. • What Is Linux? • The most commonly used Operating System for this purpose is Linux - it's Open Source too, • It's based on Unix which was and is an operating systems designed from the ground up for a multiuser environment.

  3. Linux Basic and Advance Commands

  4. ls command lists the files and directories under current working directory.

  5. mkdir command is used to create one or more directories.

  6. cd - change directories

  7. Cat> command Create's a File

  8. bc command is used for command line calculator.

  9. rm linux command is used to remove/delete the file from the directory.

  10. echo command prints the given input string to standard output.

  11. cal command is used to display the calendar.

  12. Whatis command displays the purpose of the command

  13. ls -a command Lists all entries including hidden files.

  14. Help command display help for a built-in command.

  15. alias command allows to create a shortcut to a command.

  16. free command displays information about free and used memory on the system.

  17. awk command is used to manipulate the text.

  18. Time command measure Program running time

  19. pwd - Print Working Directory. pwd command prints the full filename of the current working directory.

  20. who command list the names of users currently logged in, their terminal, the time they have been logged in, and the name of the host from which they have logged in.

  21. cmp linux command compares two files and tells you which line numbers are different.

  22. cut command is used to cut out selected fields of each line of a file.

  23. date command prints the date and time.

  24. df command is used to report how much free disk space is available for each mount available.

  25. diff command is used to find differences between two files.

  26. du command is used to report how much disk space a file or directory occupies.

  27. egrep command is used to search and find one or more files for lines that match the given string or word.

  28. file command tells you if the object you are looking at is a file or a directory.

  29. head command is used to display the first ten lines of a file, and also specifies how many lines to display.

  30. tail command is used to display the last or bottom part of the file. By default it displays last 10 lines of a file.

  31. Dig command performs DNS lookup

  32. man command which is short for manual, provides in depth information about the requested command

  33. grep command selects and prints the lines from a file which matches a given string or pattern.

  34. rmdir command is used to delete/remove a directory and its subdirectories.

  35. groups command is used to print the groups a user is in.

  36. hostname specifies the name of the host.

  37. host command is used to find the ip address of the given domain name and also prints the domain name for the given ip.

  38. id command prints the effective(current) and real userid(UID)s and groupid(GID)s.

  39. jobs command is used to list the jobs that you are running in the background and in the foreground.

  40. kill command is used to kill the background process.

  41. last command is used to display the last logged in users list.

  42. whoami command Print the current user id and name (`id -un')

  43. ps command is used to report the process status. ps is the short name for Process Status.

  44. Dirs command Display list of remembered directories

More Related