以下腳本的功能是在/home目錄下循環(huán)創(chuàng)建10個(gè)文件,文件名分別為file1…file10,請(qǐng)補(bǔ)全括號(hào)處應(yīng)該填寫的內(nèi)容。()
A.ls/home/file$i B.useradd/home/file$i C.mkdir/home/file$i D.touch/home/file$i
A.break B.while C.for D.continue
以下腳本的功能是在/home目錄下循環(huán)創(chuàng)建10個(gè)目錄,目錄名分別為user1…user10,請(qǐng)補(bǔ)全括號(hào)處應(yīng)該填寫的內(nèi)容。()
A.ls/home/user$i B.useradd/home/user$i C.mkdir/home/user$i D.touch/home/user$i