Thread-topic: Changing permissions on system files
The problem is when I try something like
chown user directory
I get back
Chown: directory: Operation not permitted
The current owner of directory is root. I can't think of any way to make
this work without enabling the root account and doing an "su"
Cheers, Eric
-----Original Message-----
From: java-dev-bounces+eric.kolotyluk=email@hidden
[mailto:java-dev-bounces+eric.kolotyluk=email@hidden] On
Behalf Of Rick Genter
Sent: Friday, January 27, 2006 4:40 PM
To: Java Dev
Subject: Re: Changing permissions on system files
On Jan 27, 2006, at 7:04 PM, Eric Kolotyluk wrote:
> Is there a way from Java, or Exec.run() to change the permissions
> or ownership on a system file (owner=root), given that the user has
> administrative privileges.
If by "Exec.run()" you mean "Runtime.exec()", then read:
man chmod
man chown
--
Rick Genter
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
m
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden