nerdexam
Citrix

1Y0-340 · Question #101

A Citrix Engineer has configured NetScaler Web Logging on a Linux client machine. The engineer needs to verify if the log.conf file has been configured correctly and that there are NO syntax errors…

The correct answer is B. nswl -verify -f/usr/local/netscaler/etc/log.conf. See the full explanation below for the reasoning.

Question

A Citrix Engineer has configured NetScaler Web Logging on a Linux client machine. The engineer needs to verify if the log.conf file has been configured correctly and that there are NO syntax errors. Which command can the engineer use to accomplish this?

Options

  • Answl -verify -f/ns/etc/log.conf
  • Bnswl -verify -f/usr/local/netscaler/etc/log.conf
  • Cnswl -verify -f/usr/local/netscaler/bin/log.conf
  • Dnswl -verify -f/ns/bin/log.conf

How the community answered

(23 responses)
  • A
    17% (4)
  • B
    70% (16)
  • C
    9% (2)
  • D
    4% (1)

Community Discussion

3
Carlos M.Carlos M.Jan 18, 2026

B is correct. On a Linux client, the NetScaler Web Logging config file lives at /usr/local/netscaler/etc/log.conf, so the nswl -verify command with that path is the one that actually checks your syntax without errors.

29
Thekla S.Thekla S.Dec 28, 2025

Saw this exact path trip up half my study group, /usr/local/netscaler/etc/ is where log.conf lives on the Linux client, B all day.

3
Lena V.Lena V.Jan 12, 2026

The default install path for nswl on Linux is /usr/local/netscaler, so does log.conf live under etc or bin there?

2
Full 1Y0-340 Practice