Home / Programming MCQs / Linux MCQs / Question
J
Q. A user can change the default shell connection using ______?
You don’t need to modify the /etc/passwd file to change your shell. You need to use the “chsh” command. It changes the user’s login shell. This determines the users initial login name. A normal user can only change the login shell for his own account, the super user (root), can change the login shell for any account. Here is the syntax of the chsh command: $ chsh -s {shell_name} {user_name}
You must be Logged in to update hint/solution
The kill system call is used to
Which of the following values for the STAT column of the “ps” command is not true?
Which command is used to extract a column from a text file?
The Command do you use to create Linux file system is
Which Linux command is used to record a user login session in a file?
Which character is used to redirect output in to an existing file in Linux?
What X-based tool is available for configuring the X Window system?
Discusssion
Login to discuss.