- 论坛徽章:
- 0
|
1.ls -l / |grep tftpboot
linux@ubuntu:~$ ls -l / |grep tftpboot
drwxrwxrwx 2 root root 4096 2010-11-08 05:27 tftpboot
2.ls -l /tftpboot
linux@ubuntu:~$ ls -l /tftpboot/
total 4
-rw-r--r-- 1 linux linux 120 2010-11-08 05:27 1
3.iptables -vnL
linux@ubuntu:~$ sudo iptables -vnL
[sudo] password for linux:
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination |
|