Home > OS >  Help bosses about filtering
Help bosses about filtering

Time:10-14

Use what command can filter out the/etc/VSFTPD/VSFTPD. Conf effective line

CodePudding user response:

Choose not to begin with # # lines
 
The cat/etc/VSFTPD/VSFTPD. Conf | grep -v - e '^ #'
  • Related