Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

UNIX a) Explain the difference between command shells and graphical shells, incl

ID: 3852762 • Letter: U

Question

UNIX

a) Explain the difference between command shells and graphical shells, including advantages and disadvantages of each.

b) Do an Internet search to find and list 3 graphical shells that exist for Unix-based operating systems.

c) What is the purpose of configuration files?

d) Give the command to create a new command called ‘ls2’ that runs the longer command ‘ls -aF1’ .

e) What would you type to have your bash prompt change to the phrase “Hi, <username>. You are currently in <current_directory>. What should I do? ”,

Problem 8 (10 points): Answer the following questions regarding shells a) Explain the difference between command shells and graphical shells, including advantages and disadvantages of each. b) Do an Internet search to find and list 3 graphical shells that exist for Unix-based operating systems. c) what is the purpose of configuration files? d) Give the command to create a new command called 's2' that runs the longer command,ls-aF1,· +' e) What would you type to have your bash prompt change to the phrase "Hi, . You are currently in . What should I do? ", where is the current directory that you are in at any given time and is the username of the current user of the shell? mand 'Is-aF1

Explanation / Answer

a.) Command Shells v/s Graphical Shells:

Hence , these are the difference between the Command shells and the grahical shells.

b.) List of Graphic Shells:

The list of the graphic shells used in the UNIX systems are as follows:

Hence, these are the graphical shells used in UNIX.

c.) Configuration Files:

Hence , these are the use of the configuration files.

d.) Create a bash file like below

ls -aF1

Make the file executable using the chmod +x filename and execute it using the command line with the filename.

e.) The bash for the particular requirements are as follows:

Please rate the answer if it helped.....Thankyou

Hope it helps......