1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
kykrilka [37]
4 years ago
8

Write a command that will start and run the gedit command in the background.

Computers and Technology
1 answer:
Anna35 [415]4 years ago
7 0

Answer:

The command is<em> gedit &</em>

Explanation:

The command <em>gedit</em> tells the <em>shell</em> (the program that takes keyboard commands and carries them to the operating system) to run <em>gedit</em> (a text editor) and the ampersand symbol (<em>&) </em>suspends (or makes the program run in the background).

This can be understood from a historical perspective. In the 1980s, most users have only a terminal and can run only a program at once. They could suspend the current program using C<em>trl-Z</em> (or run the program in the background), and do some other tasks in the while.

Later, to check which job (or process) was suspended, they wrote the command <em>jobs, </em>which<em> </em>tells the user that the suspended ones (or running in the background) were those jobs inside square brackets<em> </em>( [number-of-the-job] ), that is, the <em>jobnumber</em>, assigned to that command (in this case, the command would be <em>gedit, </em>although it was not available at that time since its initial release was in 1999).

Then, to run again that suspended <em>process</em>, they wrote the command <em>fg</em> (foreground) followed by (%) and the <em>jobnumber</em>, so they were able to continue with the suspended job (or running-in-the-background job).

This a legacy of Unix-like systems and it is still in use nowadays.

So, to run <em>gedit</em> in the foreground, or <em>run it again</em>, it suffices to write the command <em>fg</em> followed by % and the <em>jobnumber</em> that corresponds to the aforementioned program, that is, <em>gedit</em>.

By the way, you can suspend <em>gedit</em> using Ctrl-Z in the terminal and run it again following all the instructions aforementioned.

You might be interested in
Illl give brainliest plzzzzzzzzzz
salantis [7]

The one paste symbol name is : paste settings

it consist of 'paste special' and 'set default paste if im not wrong'

3 0
3 years ago
I need help with this work
lisabon 2012 [21]

Answer:

B. Balanced depending and the type of questions

5 0
3 years ago
Data stored in computer systems has a high value because there is a great deal of time and effort that goes into creating an ana
Jet001 [13]

Answer:

Option (A) is the correct answer of this question.

Explanation:

Data stored in computer systems has a high importance because there is a lot of time and energy to construct an analysis, and the data is also intrinsically valuable.Intrinsic value is the intended or measured value of an entity, asset, economy or commodity established by technical analysis.

It encompasses both measurable and intangible factors.Often known as the true value is intrinsic value, which might or might not be worse than the fair market value.

Others options are incorrect because they are not related to the given scenario.

3 0
3 years ago
(Count the occurrences of words in a text file) Rewrite Listing 21.9 to read the text from a text file. The text file is passed
Oksanka [162]

Answer:

Explanation:

The following is written in Java. It uses File input, to get the file and read every line in the file. It adds all the lines into a variable called fullString. Then it uses regex to split the string into separate words. Finally, it maps the words into an array that counts all the words and how many times they appear. A test case has been created and the output can be seen in the attached image below. Due to technical difficulties I have added the code as a txt file below.

3 0
3 years ago
A line graph titled Unemployment Percentages and Levels of Education where the x-axis shows dates from November 2007 to November
Svetradugi [14.3K]

Answer:

D

Explanation:

the answer is D because

8 0
3 years ago
Other questions:
  • What happens when a filter is applied to a database?
    7·1 answer
  • Write three guidelines to help you keep track of your behavior as you use different apps with
    15·1 answer
  • A simple algorithm for handling requests works like this:________ a) all requests users make are stored. b) The elevator priorit
    15·2 answers
  • A network administrator has been tasked with configuring access to the Internet for about 50 computers. The administrator has be
    6·1 answer
  • If some1 emails u and u want to know who it was how do u find that out
    10·2 answers
  • What device connects your computer to a wireless network?
    11·2 answers
  • In terms of Technology software is defined as?
    11·2 answers
  • Speculate on how students 25 years from now will answer, "What computing innovation has had a significant impact on your life?"
    11·1 answer
  • Somebody supplied me with a file that was edited on a Windows machine. The file contains carriage returns in addition to the new
    9·1 answer
  • 4. In a relational database, entities are defined by
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!