unix shell scripting questions and answers

Learn about unix shell scripting questions and answers, we have the largest and most updated unix shell scripting questions and answers information on alibabacloud.com

10 useful "Interview Questions and Answers" for Linux Shell scripts"

Linux is vast, so that people can always submit different content each time. Our "The-Tecmint-Team" job is to provide some unique content for our readers, which is not only useful for their career, but also increases their knowledge. Here, we will try to do this. As for how much success we can achieve, we will judge it by our readers and friends. We have provided many tutorials on Shell scripting language

5 Practical shell script face questions and answers _linux shell

Here are 5 interview questions to continue the previous questions and answers about Linux interviews. If you are a tecmint reader, I am very grateful for your support. 1. Write a shell script to get the current date, time, username and current working directory. Answer: The output username, current date and time, and

Unix Shell Scripting Programming Knowledge point

Scripting programming languages and compiled languages: Scripting programming Language: (Bash) The scripting language is usually interpreted (interpreted), which is read into the program code primarily by the interpreter (interpreter) and is translated into an internal form for execution. Advantages: can easily handle objects such as files and directories. D

Enterprise Shell face questions and answers

-u$user-p$passwd$i >/backup/db/"$time"/"$i"_"$time". SQL DoneEcho-E ['Date+"%y-%m-%d%h:%m:%s"'] Endexit0View Code7, Interview questions: Please use a script to implement the MySQL database sub-Library sub-table backup#!/bin/Bashpath="/application/mysql/bin: $PATH"DBPATH=/server/Backupmyuser=Rootmypass=123456SOCKET=/data/3306/Mysql.sockmycmd="mysql-u$myuser-p$mypass-s $SOCKET"Mydump="mysqldump-u$myuser-p$mypass-s $SOCKET"[ ! -D"$DBPATH"] mkdir$DBPATH f

Several shell face questions and answers

normalRequirements: Shell array method Implementation, detection strategy as far as possible to simulate user access ideasHttp://www.baidu.comHttp://www.taobao.comHttp://www.51liuzw.comhttp://192.168.50.199#!/bin/bash#author:liuwei#site:www.51liuzw.comarray= (HTTP// www.baidu.comhttp://www.taobao.comhttp://www.51liuzw.comhttp://192.168.50.199) fornin${array[ *]};d ourl= ' curl-i-m2 $n 2> /dev/null|egrep "200|302" |wc-l ' if[ "$URL" -eq1];then echo "

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.