shell添加用户,计算,vsftp
vim user.sh(添加用户)
1 | !/bin/bash |
vim compute.sh(计算)
1 | !/bin/bash |
vsftp_client.sh(客户端)
1 | !/bin/bash |
vsftp_server.sh(服务端)
1 | !/bin/bash |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Dong_Blog!
vim user.sh(添加用户)
1 | !/bin/bash |
vim compute.sh(计算)
1 | !/bin/bash |
vsftp_client.sh(客户端)
1 | !/bin/bash |
vsftp_server.sh(服务端)
1 | !/bin/bash |