Display the commands

Assignment Help C/C++ Programming
Reference no: EM13761787

1. Display the commands(s) used to do the following (and show the results): see the df command to view file system use in megabytes.

2. Display the commands(s) used to do the following (and show the results): use the touch command to create the file letters. Next, use the dd command to make a backup of the file.

3. Display the commands(s) used to do the following (and show the results): use the command that gives you information about swap space and memory use.

4. Display the commands(s) used to do the following (and show the results): start the top utility. Notice that top is listed as one of the most active processes. Determine what CPU percentage is used by running top. Stop the top utility.

5. Display the commands(s) used to do the following (and show the results): use the command to determine which users have processes running on your system.

6. Display the commands(s) used to do the following (and show the results): log in as root and try using ifconfig, netstat, and route. Also, when you use ifconfig, record the "inet addr" (IP) value for eth0 (your Ethernet address) or for lo (your localhost loopback address), such as 127.0.0.1 for lo.

7. Display the commands(s) used to do the following (and show the results): log out of root and back in to your own account. Type the command to determine the PID of your Bash shell session and record the PID

8. Display the commands(s) used to do the following (and show the results): use the vi editor to create and save the famous_words file with the following contents (including misspellings):
We mst all hang togther or
Assuredly we shll all hang separately.
-- Ben Franklin
Make a copy of the document using the dd command and calling the copy famous_words.bak. Use a tool to check and correct the spelling errors in the famous_words document.

9. Display the commands(s) used to do the following (and show the results): use the cmp command to compare the famous_words and famous_words.bak files.

10. Display the commands(s) used to do the following (and show the results): start the top utility. Type ? after the utility starts. What information do you see? Press Enter and stop the top utility.

11. Display the commands(s) used to do the following (and show the results): run the man program with the argument df in the background. Record the PID of the process you have started.

12. Display the commands(s) used to do the following (and show the results): use the command to kill the process you started above.

13. Display the commands(s) used to do the following (and show the results): create a new or edit the phmenu.1 file and add a new section named SEE ALSO. Under this section, list the following files:
· phoneadd
· phlist1

14. Display the commands(s) used to do the following (and show the results): save and test the revised phmenu.1 file using the groff and man programs.

15. Edit the phmenu.1 file and add a new section named BUGS. Under this section, list a line that reads:
· None Known

16. Display the commands(s) used to do the following (and show the results): save and test the revised phmenu.1 file using the groff and man programs.

17. Display the commands(s) used to do the following (and show the results): edit the phmenu.1file and add a new section named AUTHOR. Under this section, list your name. Save and test the revised file using the groff and man programs.

18. Display the commands(s) used to do the following (and show the results): use the command that will enable you to view the documentation for ifconfig. Notice the many options for configuring your network connection.

19. Display the commands(s) used to do the following (and show the results): find out the IP address of a friend's computer or of a favorite website and use the command to poll that computer or website.

20. Display the commands(s) used to do the following (and show the results): use a command to view the contents of the /etc/init.d directory to see a listing of services you can start on your computer. Do you see the portmap file?

Reference no: EM13761787

Questions Cloud

Program reads the contents of employees : Design a program that reads the contents of the employees.dat file and prints all the data within it. Format the report as designated in the Printer Spacing Chart below.
Ethical issues in information systems : Ethical Issues in Information Systems- Choose one (1) ethics issue, You may also use the Internet or the Strayer Library to research articles on ethical issues in information systems and choose one (1) ethics issue of interest to you
Explain areas of information technology as a metric : The confidentiality, integrity, availability (CIA) triad represents generic security goals. CIA is typically applied to specific areas of information technology as a metric or guideline for establishing or maintaining security.
Network implementation plan : Network Implementation Plan-After a network has been installed and becomes operational, the system must be maintained. An important part of an implementation plan is preparation for the operation of the network and the potential problems that migh..
Display the commands : Display the commands(s) used to do the following (and show the results): see the df command to view file system use in megabytes.
Research organizational benefits of using databases and dbms : Research organizational benefits of using databases and DBMS's. Supplement your research with a review of your lessons. Post a response to the discussion board: Respond to the following statements and, if appropriate, include personal experience as..
Crime and ethics based problems : Some violations, although technically a crime, may be referred to as an administrative violation, which involves fines.
Define the protocol and what it is primarily used for : Select a protocol of your choice. Research the standards and definitions of your selected protocol. Define the protocol and what it is primarily used for.
Explain control structures in php programs : Define and design functions and control structures in PHP programs. Define variables, constants, and data types in a PHP environment.

Reviews

Write a Review

C/C++ Programming Questions & Answers

  That takes the time as six integer arguments

Write a C function seconds_since_jan1() that takes the time as six integer arguments (year, month, day, hour, minute, and second) and returns the number of seconds since the beginning of the year.

  Complexity of quick sort algorithm

Write a c program to experimentally compare the O() complexities of the provided quick sort algorithm

  Program that evaluates a infix expression

Program that evaluates a infix expression using stacks terminated by an equal sign. for example: (4-2)-5)/(2+1)-2))=the expression will contain single digit and the operators +, -, *,/. Make sure to consider the operator precedence.

  What can you say about the lift force on the airfoil

What would be one major and obviously visible change to the velocity and pressure coefficient curves if you were to redo this problem with the airfoil at a non-zero angle of attack?

  Write a program that asks the user to enter two numbers

Write a program that asks the user to enter two numbers. The program should use the conditional operator to find which number is the smaller and which is the larger.

  Write a function that takes an integer array

1. Write a function that takes an integer array and the array's size as parameters. The function will check if the array is sorted. If it is, it will return a 1. If it is not sorted it will return 0. The function should not  sort the array.

  Write the output of the program

Design a C++ program that will interactively prompt for and read the name of the input file interactively prompt for and read the name of a file to write the output of the program to write the following to the specified output file your name, sect..

  Write a program that request a students name

Write a program that request a student's name in the subsequent form: lastName,firstName.

  Program that contains two functions in addition to main

Write a program that contains two functions in addition to main. The first one takes 2 arguments (an int array and an int) and returns nothing.

  Basics of code development on linux and cryptographya

basics of code development on linux and cryptographya prepare a c program that gives simple mono-alphabetic

  Create class integerset

Create class IntegerSet for which each object can hold integers in the range 0 through 100. Represent the set internally as a vector of bool values. Element a[i] is true if integer i is in the set. Element a[j] is false if integer j is not in the set..

  Task 1 for your first task you will prepare sorted

task 1 for your first task you will prepare sorted versions of the linked lists and vector data structures developed

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd