Shell Learning Questions

Source: Internet
Author: User

Write a script:

1. Prompt user to enter a user name

2, display a menu to the user. Shaped like

U|u Show UID

G|g Show GID

S|s Show SHELL

Q|q quit

3. Remind the user to select an option and display the Selection of content

If the user gives an incorrect option, the alert user option is incorrect, please select it again



#!/bin/bash# echo  "*  *  *  *  *  *  *   *  *  *  *  *  * "read -p " Please  enter your user name:  " USuntil [  $US  ==  ' quit '  ];d oif  id -u  $US  &> /dev/null;thenecho  "$US  is ok! Please select "echo " =======options======= "Cat << eofu|u)  show UIDG|g)  show gids|s)  show shellq| Q)  quitEOFecho  "====================="  read -p  "please select options:   " SHecho  ====================="    while : ;d o     case  $SH  in  u|u)     echo  "$US  uid= ' grep " ^ $US "  /etc/passwd | cut -d: -f4 ' "  ;; &NBSP;&NBSP;G|G)     echo  "$US  gid= ' grep  ' ^ $US " /etc/passwd | cut -d: -f3 '"   ;;   s|s)     echo  "$US  shell= ' grep " ^ $US " /etc/passwd |  cut -d: -f7 ' "  ;; &NBSP;&NBSP;Q|Q)     echo  "******quiting...******"     exit   ;;   *)     echo  "wrong option. Please again "    echo " =======options======= "Cat << eofu|u) &NBSP;SHOW&NBSP;UIDG|G)  show gids|s)  show shellq| Q)  quitEOFecho  "====================="    ;;   esacread -p  "please choose again: "  SHdoneelse  echo  "-------------------------------------"   echo  "The user name wrong ..."   echo  "*  *  *  *  *  *  *   *  *  *  *  *  * "  read -p " Please enter  the username again :  " us  fidone



Shell Learning Questions

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.