Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 1995 14:28:39 -0500 (CDT)
From:      Mike Pritchard <mpp@legarto.minn.net>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: at(1) permission problem?
Message-ID:  <199507121928.OAA01636@mpp.minn.net>
In-Reply-To: <199507120831.KAA09892@uriah.heep.sax.de> from "J Wunsch" at Jul 12, 95 10:31:49 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Am i the only one seeing this?
> 
> j@uriah 62% at 1800
> /bin/true
> ^D
> Job c00ccdda0.00 will be executed using /bin/sh
> j@uriah 63% atrm c00ccdda0.00
> c00ccdda0.00: Permission denied
> j@uriah 64% ls -l /usr/bin/at*
> -r-sr-xr-x  4 root  bin  20480 Jun 24 18:47 /usr/bin/at*
> -r-sr-xr-x  4 root  bin  20480 Jun 24 18:47 /usr/bin/atq*
> -r-sr-xr-x  4 root  bin  20480 Jun 24 18:47 /usr/bin/atrm*
> -- 
> cheers, J"org

Seems to work just fine on my system.  I do recall having to fix up
the directory permissions a while back when the new version of
at was installed.  Could that be your problem?

Script started on Wed Jul 12 14:19:20 1995
You have mail.
1% at 1800
ls
^D
Job c00ccdf44.00 will be executed using /bin/sh
2% atq
Date			Owner	Queue	Job#
18:00:00 07/12/95	mpp	c	c00ccdf44.00
3% atrm c00ccdf44.00
4% ls -l /usr/bin/at*
-r-sr-xr-x  4 root  bin  20480 Jun  3 16:34 /usr/bin/at*
-r-sr-xr-x  4 root  bin  20480 Jun  3 16:34 /usr/bin/atq*
-r-sr-xr-x  4 root  bin  20480 Jun  3 16:34 /usr/bin/atrm*
5% ls -l /var/at
total 2
-rw-------  1 root    wheel    0 Apr 15 10:00 at.deny
drwxr-xr-x  2 daemon  wheel  512 Jul 12 14:19 jobs/
-rw-------  1 root    wheel    0 Apr 11 08:10 lockfile
drwxr-xr-x  2 daemon  wheel  512 Jul  8 15:25 spool/
6% ^D
Script done on Wed Jul 12 14:19:50 1995
-- 
Mike Pritchard
mpp@legarto.minn.net
"Go that way.  Really fast.  If something gets in your way, turn"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507121928.OAA01636>