请根据下面的shellcode代码,选择number正确的值完善shellcode代码/*shellcode.c*/#include<windows.h>#include<winbase.h>Charshellcode[]={0x8b,0xe5/*movesp,ebp*/0x55,/*pushebp*/0x8b,0xec,/*movebp,esp*/0x83,0xec,0x
A. 1
B. 2
C. 3
D. 4
在LinuxFC5系统中,更改/opt/target文件访问权限为所有者可读、写、执行,属组可读、执行,其它人仅允许读。执行命令()
A. chmod u+r+w+x g+r+x o+r /opt/target
B. chmod a+r u+w+x g+x /opt/target
C. chmod 754 /opt/target
D. chmod 023 /opt/target