Which field is used to define the user’s default shell?


command-The last field, called either command or login command, is used to specify what shell the user will use when he logs in.



Explore posts in the same categories: Linux Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • How can you tell what shell you are running on UNIX system?
  • You can do the Echo $RANDOM. It will return a undefined variable if you are from the C-Shell, just a...
  • How can you tell what shell you are running on UNIX system?
  • You can do the Echo $RANDOM. It will return a undefined variable if you are from the C-Shell, just a...
  • What can you type at a command line to determine which shell you are using?
  • echo $SHELL-The name and path to the shell you are using is saved to the SHELL environment variable. You can...
  • What are shell variables?
  • Shell variables are special variables, a name-value pair created and maintained by the shell. Example: PATH, HOME, MAIL and TERM...
  • What are field symbols and field groups? Have you used “component idx of structure” clause with field groups?
  • Field Symbols – They are placeholder or symbolic names for the other fields. They do not physically reserve space for...
  • What is a shell?
  • A shell is an interactive user interface to an operating system services that allows an user to enter commands as...
  • What are the check tables and value tables?
  • Check Table: The ABAP Dictionary allows you to define relationships between tables using foreign keys . A dependent table is...
  • What is the default value of an object reference declared as an instance variable ?
  • null unless we define it explicitly....
  • What do you define in the domain and data element.
  • Domain - Technical details are defined in Domain like data type, number of decimal places and length. Data Element – Functionality...
  • Whats the use of set control field in record field properties ?
  • If we specify one field as a set control field then we will retrieve data based on this when we...

    Comment:

    You must be logged in to post a comment.