Pagalba

Sveiki atvykę!

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

Portretas
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.
Portretas
Atmesti
1 Atsakymas
0
Portretas
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
Portretas
Atmesti