728x90

[1,2교시 - 데이터베이스 보안]

# select * from dba_data_files;
# select * from V$NLS_PARAMETERS;
# select * from sys.v_$parameter;
# select * from sys.props$;

/ cmd에서 1
# wmic diskdrive get deviceid, model, size

/ cmd에서 2
# wmic logicaldisk get name,size

/ cmd에서 3
# wmic volume get name, capacity

/ cmd에서 4
# PowerShell "Get-WmiObject Win32_DiskDrive | FT DeviceID,@{E={\"{0:N1} GB\" -F($_.Size/1GB)}} -H -A" | FindStr G | Sort

/ cmd에서 5
# PowerShell "Get-WmiObject Win32_LogicalDisk -F DriveType=3 | FT DeviceID,@{E={\"{0:N1} GB\" -F($_.Size/1GB)}} -H -A" | FindStr G

 

 

 


[3,4,5교시 - 시스템 보안]

net-tools bind-utils

728x90

+ Recent posts