2019年6月20日

使用service命令管理linux服务

摘要: 使用service命令管理linux服务: 我们来看一下service的manual: DESCRIPTION service runs a System V init script or upstart job in as predictable environment as possi‐ ble 阅读全文

posted @ 2019-06-20 12:01 Alvin2012 阅读(140) 评论(0) 推荐(0)

使用busybox配置ftp server

摘要: 使用busybox配置ftp server: 1.在编译busybox时加入tcpsvd和ftpd 2.tcpsvd作用: Create TCP socket, bind to IP:PORT and listen for incoming connection. Run PROG for each 阅读全文

posted @ 2019-06-20 10:18 Alvin2012 阅读(1910) 评论(0) 推荐(0)

导航