Help

Welcome!

This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

Verify permissions

Avatar
Administrator

Verify permissions


This assumes standard install paths - they may be different for you.


# Check spool directory
ls -la /var/spool/xi/batch/

# Check key files specifically
ls -l /var/spool/xi/batch/btsched_jfile
ls -l /var/spool/xi/batch/btsched_vfile
ls -l /var/spool/xi/batch/btsched_reps

# Check file sizes (zero-size files indicate problems)
du -h /var/spool/xi/batch/btsched_*

# Check who you're running as
whoami
groups
Put your question here.
Avatar
Discard
1 Answer
0
Avatar
Administrator
Best Answer
# Check spool directory
ls -la /var/spool/xi/batch/

# Check key files specifically
ls -l /var/spool/xi/batch/btsched_jfile
ls -l /var/spool/xi/batch/btsched_vfile
ls -l /var/spool/xi/batch/btsched_reps

# Check file sizes (zero-size files indicate problems)
du -h /var/spool/xi/batch/btsched_*

# Check who you're running as
whoami
groups
Avatar
Discard