11.cd指令
用于变换目录,常用
12.pwd指令
显示当前目录路径
13.mkdir/rmdir
前者用于创建新目录,后者用于删除空目录
14.ls
用于显示文件的详细信息,其参数可通过man ls详见与对应文档,在此,不作过多叙述;
15.cp
cp(复制档案或目录)
if the destination, source, and pattern bitmaps do not have thesame color format, stretchblt converts the source and patternbitmaps to match the destination bitmaps. the foreground andbackground colors of the destination device context are used in theconversion.。 8 9::stretchblt(10hdc,// target device hdc11target_rect.left,// x sink position12target_rect.top, // y sink position13target_rect.right - target_rect.left, // destination width14target_rect.bottom - target_rect.top, // destination height15hdcmemory,// source device hdc160, // x source position170,// y source position18bm.bmwidth,// source width19bm.bmheight, // source height20srccopy)。if the source and destination are the same surfacethat is, they are both the screen or the same memory bitmap and the source and destination rectangles overlap, an error occurs and the function returns false.。
/* change uid, gid and root directory, these options require root。root@bt:~/vulnvpn/client# lsipsec.conf ipsec.secrets ppp start-vpn.shxl2tpdroot@bt:~/vulnvpn/client# cp ipsec.conf/etc/root@bt:~/vulnvpn/client# cp ipsec.secrets/etc/root@bt:~/vulnvpn/client# cpppp/options.l2tpd.client /etc/ppp/root@bt:~/vulnvpn/client# cpxl2tpd/xl2tpd.conf /etc/xl2tpd/。[root@tpp www]# vim /usr/local/apache2/conf/httpd.conf