At the root@linuxbox$ prompt on a Linux machine you type cat /etc/passwd and one of
the lines in the output reads:
Simon:2cX1dMe9bfJcy:500:100:Simon Sez:/home/simon:/bin/bash
In the above output 100 is which of the following?
You are setting the permissions on a new file in Linux. What will be the level of permission given to the user if you assign an Octal value of 6?
You are running a vulnerability analysis on your new Windows 2000 Web Server (IP Address 10.10.10.1/24), which you just installed and is running IIS. You are concerned about the "double-dot" vulnerability. You issue the following request to the server:
http://10.10.10.1/scripts/../../winnt/system32/cnm.exe
and the request fails. Why did this request fail?
Which of the following pieces of information are found in the Inode, on a Linux system?
You are configuring the Access Lists for your new Cisco Router. The following are the commands that are entered into the router
for the list configuration.
Router(config)#access-list 145 deny tcp any 10.10.0.0 0.0.255.255 eq 80
Router(config)#access-list 145 deny tcp any 10.10.0.0 0.0.255.255 eq 25
Router(config)#access-list 145 permit ip any any
Router(config)#interface Serial 0
Router(config-if)#ip access-group 145 in
Router(config-if)#interface Ethernet 0
Router(config-if)# ip access-group 145 in
Router(config-if)#interface Ethernet 1
Router(config-if)# ip access-group 145 in
Router(config-if)#interface Ethernet 2
Router(config-if)# ip access-group 145 in
Based on this configuration, and using the exhibit, select the answers that identify what the list will accomplish.