インフラ寄り

問題文
(notepad)
notepad
(mstsc)
mstsc
(whoami)
whoami
(cd)
cd
(mkdir)
mkdir
(ping)
ping
(sort)
sort
(nslookup)
nslookup
(dig)
dig
(hostname)
hostname
(dir /a-d)
dir /a-d
(cmd /c)
cmd /c
(cscript //nologo)
cscript //nologo
(ipconfig /all)
ipconfig /all
(for %i in () do)
for %i in () do
(echo | findstr)
echo | findstr
(del)
del
(powershell)
powershell
(test-netconnection -port)
test-netconnection -port
(uname -n)
uname -n
(ls -l)
ls -l
(echo | grep -e)
echo | grep -e
(tail -f)
tail -f
(wc)
wc
(find / -name)
find / -name
(ps -ef)
ps -ef
(systemctl list-unit-files)
systemctl list-unit-files
(touch)
touch
(cp -p)
cp -p
(ln -s src)
ln -s src
(mv)
mv
(rm)
rm
(chmod)
chmod
(chown)
chown
(chgrp)
chgrp
(tar cvpf hoge.tar hoge)
tar cvpf hoge.tar hoge
(tar xvf hoge.tar)
tar xvf hoge.tar
(tar tvf hoge.tar)
tar tvf hoge.tar
(dd if= of=)
dd if= of=
(mount dev mnt)
mount dev mnt
(cut -d)
cut -d
(exit)
exit