Suppose that you want change your login shell to Bash. What command will you use to do so? What command would you need to use on a networked system?
What will be an ideal response?
You can change your login shell to another shell by running the chsh command. It prompts you for your password, follwed by the full pathname for the new shell. The following session shows an example. The default shell is TC shell and we change it to Bash. We use the cat /etc/passwd | grep msarwar command to display the entry for msarwar in the /etc/passwd file; the last (highlighted) field in the pathname for the new login shell. It will be effective with your next login.
% chsh
Changing shell for msarwar.
Password: ********
New shell [/bin/tcsh]: /bin/bash
Shell changed.
% cat /etc/passwd | grep msarwar
msarwar:x:608:200:Syed Mansoor Sarwar:/home/faculty/msarwar:/bin/bash
%
You might also like to view...
in a GUI program, an action that determines the flow of execution is known as a(n):
a. Click() b. timer c. GUI d. event
Delicato, Inc., a manufacturer of precise measuring instruments for scientific purposes, has presented you with a list of attributes that its managers think are probably important in selecting a vendor for computer hardware and software.
The criteria are not listed in order of importance. 1. Low price. 2. Precisely written software for engineering applications. 3. Vendor performs routine maintenance on hardware. 4. Training for Delicato employees. a. Critique the list of attributes in a paragraph. b. Using its initial input, help Delicato, Inc. draw up a more suitable list of criteria for selecting computer hardware and software vendors to purchase from. c. Using its initial input, help Delicato, Inc., draw up a more suitable list of criteria for selecting cloud vendors who could provide HaaS and SaaS. d. In a paragraph, state how the list of attributes for selecting a computer hardware vendor to purchase from should differ from the list of attributes for selecting a cloud provider for HaaS. e. In a paragraph, state how the list of attributes for selecting a computer software vendor to purchase applications from should differ from the list of attributes for selecting a cloud provider for SaaS.
The ____ Services tool joins together and normalizes data from different sources.
A. Analysis B. Reporting C. Integrated D. Translating
To support databases using Visual Basic 2017, a library called ____ Data Objects works within all Windows, Office, and Web applications.
A. Indexed B. Basic C. ActiveX D. Virtual