Preview

Linux Final Exam Study Guide

Powerful Essays
Open Document
Open Document
2437 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Linux Final Exam Study Guide
-runlevel 0- shuts down the system, runlevel 1- brings the system to single-user/resue mode, runlevel 2,3,4- brings the system to multiuser textual mode, runlevel 5- brings the system to multiuser graphical mode, runlevel 6- reboots the system. by default Fedora uses 5, Telinit utility allows a user working with root privileges to bring the system down, reboot, or change between runlevels. who –r displays current runlevel
-any directories you do not create file systems for automatically become part of the root (/) filesystem. Linux temporarily stores programs and data on a swap partition when it doesn’t have enough RAM to hold all the information it is processing. you can use mkswap to make space and swapon to enable it.
-Fedora supports i386/i686, x86_64, and Mac Powerpc
-ls list the contents of a directory, ls –l gives a detailed list, ls –a shows hidden files
-cd changes a directory, su – takes you straight to your root , cd.. change to parent dir(up one level) cd~ or cd- change to home dir,
-pwd list what directory you are working in, who tells who is logged in
-mkdir creates a directory
-cp copies a file
-mv moves a file
-mv also renames a file
-cat displays the contents of a file, nano edits a file
-less ls more, displays a text file one screen at a time
-tail shows the last ten lines of a file, head displays the first ten
-grep searches for a string within a file
-chmod changes access permissions, [ugo+_rwx], chgrp change group the file belongs to
-absolute path starts with a slash and locates a file absolutely by tracing a path from root directory to the file, relative path starts from the working directory to a file, simplest relative path is a file name
-the > symbol redirects the output of a command to a file instead of the screen, < symbol redirects a commands input to come from the specified file instead of from the keyboard, redirect the directory listing to a file rather than screen= ls > dir.txt
-noclobber avoids overwriting a

You May Also Find These Documents Helpful

  • Satisfactory Essays

    How can you find out which utilities are available on your system for editing files? Which utilities are available for editing on your system?…

    • 344 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    NT1430 Chapter 6 labs

    • 297 Words
    • 3 Pages

    You should become comfortable using the Linux command line and the online help utilities to manage files and directories.…

    • 297 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    This was commissioned by Palla Strozzi for his family burial chapel. The Adoration of the Magi marks the moment when the infant Christ was first shown to the Gentiles. The theme and the garments of the Magi were appropriate to a sacristy where the clergy dressed themselves and prepared for saying the Mass, during which Christ becomes manifest in the Eucharist on the altar. The frame recalls earlier Gothic examples but the forms are now unified by an exuberant vitality, combined with greater depth and naturalism. The left and right gables feature roundels of the Annunciation, while in the central gable a youthful God blesses the scene; and the prophets recline in the spandrels. In the predella, the Nativity, the Flight into Egypt, and the Presentation in the Temple appear almost as one continuous strip. Three small scenes in the arges of the main panel narrate moments in the journey of the Magi to Bethlehem. In the left arch the Magi gaze at the star, in the center the kings ride up on a road toward Jerusalem, and on the right they are about to enter the town of Bethlehem. The cave is evident, along with ox, ass, and manger, and the modest family. The oldest Magus prostrates himself before the Jesus with his own crown on the ground; the second kneels and lifts his crown; the youngest waits his turn. Attendants crowd the space along with animals.…

    • 7739 Words
    • 31 Pages
    Powerful Essays
  • Powerful Essays

    This study guide prepares you for the Final Examination you complete in the last week of the course. It contains practice questions, which are related to each week’s objectives. Highlight the correct response, and then refer to the answer key at the end of this Study Guide to check your answers.…

    • 1676 Words
    • 7 Pages
    Powerful Essays
  • Satisfactory Essays

    Exam 2 Study Guide

    • 549 Words
    • 12 Pages

    4. (A) I’ll ask his advice if and only if (S) I consider him to be a worthy sage.…

    • 549 Words
    • 12 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Exam 2 Study Guide

    • 983 Words
    • 4 Pages

    Exam #1: Some of Ch. 4, the brief discussion summarizing Ch. 6, and Chptrs. 5, 7, and 8…

    • 983 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Final Study Guide

    • 2229 Words
    • 8 Pages

    Which following laws ensures that all US­based financial institiutions protect presonal financial information for their clients?…

    • 2229 Words
    • 8 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Final Study Guide

    • 495 Words
    • 2 Pages

    1. The great Persian invasion under Xerxes was a crucial factor in cementing the ties of Greek ethnicity and a sense of separation from other peoples. It is no accident that the great playwright Aeschylus asked that his tombstone be engraved only with a mention of participation in the war and was content to omit his dramatic victories. What were the causes of this invasion? What was the Persian strategy? How did the Greeks respond to the threat? What were the crucial battles in the war and finally why did the Persians fail?…

    • 495 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Final Study Guide

    • 7255 Words
    • 30 Pages

    1. Describe the pathophysiology, assessment, signs and symptoms, nursing diagnosis, medical and nursing interventions for the patient with MODS.…

    • 7255 Words
    • 30 Pages
    Powerful Essays
  • Powerful Essays

    Final Exam Study Guide

    • 3514 Words
    • 15 Pages

    how an author tells his or her reader about a character, occurs when the author…

    • 3514 Words
    • 15 Pages
    Powerful Essays
  • Good Essays

    Exam 4 Study Guide

    • 17445 Words
    • 68 Pages

    1 Discuss in general which assessment findings would alert you to the need for immediate intervention. (When you notify a physician immediately, or call the rapid response team).…

    • 17445 Words
    • 68 Pages
    Good Essays
  • Good Essays

    Absolute Links

    • 264 Words
    • 2 Pages

    Relative Links are more easily located because the files are all located within the same file folder structure on the same website; therefore, the browser knows where to look for the specific file. A type of shorthand can be used when designating which file to search for, the only name that is really necessary is the file name.…

    • 264 Words
    • 2 Pages
    Good Essays
  • Good Essays

    5. You have forgotten the purpose of the -n option in the cat command. Which of the following can you enter at the Linux command line to find out what the -n option does when used with cat?…

    • 2601 Words
    • 11 Pages
    Good Essays
  • Satisfactory Essays

    Beginner

    • 466 Words
    • 2 Pages

    3. If your working directory is /home/alex with a subdirectory named literature, give three sets of commands that you can use to create a subdirectory named classics under literature. Also give several sets of commands you can use to remove the classics directory and its contents.…

    • 466 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Rosetta Stone

    • 424 Words
    • 2 Pages

    any of these folders are hidden in XP, right click where the missing folder is and choose: folder options >> view >> show hidden files and folders…

    • 424 Words
    • 2 Pages
    Satisfactory Essays

Related Topics