![OpenWRT UCI 시스템의 주석 문자](https://linux55.com/image/119858/OpenWRT%20UCI%20%EC%8B%9C%EC%8A%A4%ED%85%9C%EC%9D%98%20%EC%A3%BC%EC%84%9D%20%EB%AC%B8%EC%9E%90.png)
주석의 올바른 구문은 무엇입니까(단일 및 여러 줄)OpenWRT UCI 시스템? 섹션이나 설정에 따라 달라지나요?
예를 들어, /etc/config/fstab
:
config global
option anon_swap '0'
option anon_mount '0'
option auto_swap '1'
option auto_mount '1'
option delay_root '5'
option check_fs '1'
#
또는 --
또는 을 사용해야 합니까 \\
?