Permission Reset?


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) Permission Reset?
# 1  
Old 11-10-2008
Permission Reset?

OSX 10.4.11 I installed an app. I am logged in as Admin. When I launch Limewire I get:

You do not have permission to open the application "xxxx".

How can I get around this?

I tried resetting permission on the terminal and I still get it.
# 2  
Old 11-11-2008
I should presume the application you are refused access to is actually called "xxxx"?

You tried resetting permissions "on the terminal", or through using a terminal command on the offending app?

If a command issued from the terminal, what command "specifically."

Is this a managed machine in a business environment where a remote admin may have locked out access through an enterprise desktop management application for everyone wishing to use that app?
# 3  
Old 11-11-2008
The app is Limewire, the computer was given to me from a school getting rid of older machines. It was netbooted at school but is now in my house.

I tried...

/sbin/fsck -y [Enter]
/sbin/mount -uaw [Enter]
rm /var/db/.applesetupdone [Enter]
reboot [Enter]

Got from here...

Any thoughts on that?

Thanks.
# 4  
Old 11-12-2008
The school should have wiped the machine so you could start fresh with your own setup (after acquiring the OS install disks).

Changing permissions would generally include at least a "chmod" command, and that is not in the list of commands you provided.

The link points to folks trying to reset their root password, something you should not do unless you want to wreck things really fast.

You can do as much damage as an admin user, but it is generally a bit more tedious, thereby giving you time to think about the possible problems you could make for yourself.

Probably the easiest thing for you to do would be create an admin account (if you have not done so already) and then delete the LimeWire application and its preference files.
Then download and install the LimeWire application from macupdate.com, or versiontracker.com, or whatever...

Otherwise, you can try looking at the man page for the chmod command:
man chmod

in the terminal.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Reset Password

Installed Solaris 11.3 Gnome Desktop It wouldn't let me log on at lock screen after first reboot. It finally relented and let me in after about 20 logon failures. How do I reset password now that I am in? (10 Replies)
Discussion started by: Solaris User
10 Replies

2. UNIX for Dummies Questions & Answers

Reset Permission Of Files and Folder

Hi, Call me stupid but i accidentally executed following command : find $INSTALLDIR/ -type f -exec chmod 644 {} \; now after which I am not able to run any command in system even ls command is giving me error for "permission denied" :( (5 Replies)
Discussion started by: itajooba
5 Replies

3. Shell Programming and Scripting

Reset $1 variable

Hi all, I'm using a scipt with one input and one output. I'm referring to the input by $1 after executing a command line, I'm getting the output via $1. Normally, the $1 shouldn't get the same values between the first call and the second. Is there a solution to force my second call for $1 to... (4 Replies)
Discussion started by: Elmassimo
4 Replies

4. Solaris

Reset ALOM from OS

Hi guys, I'm in trouble with a Sunfire T2000. The OS (Solaris10) is up and running, but I can't log in the sc>I think the terminal server is crashed! Does anyone know if I can reset the sc> from the OS? How can I do that? Thx (6 Replies)
Discussion started by: cecco16
6 Replies

5. UNIX for Dummies Questions & Answers

Permission denied when changing root password after reset

I have a Solaris 10 machine that I didn't know the root password to so I went into single user mode and removed the password from the shadow file and rebooted and I am able to login with no password now. But my problem is that when I try to change the root password from no password to something... (0 Replies)
Discussion started by: darkone_d1_2000
0 Replies

6. Emergency UNIX and Linux Support

The connection was reset

Hi Folks, I have recently started Apache on my Fedora 11. I placed a working html file in the ServerRoot. I can wget and telnet from within the localhost and access the index.html. My telnet to port 80 from another machine works fine but when I try to access the web page through Firefox I... (8 Replies)
Discussion started by: jacki
8 Replies

7. Forum Support Area for Unregistered Users & Account Problems

reset email id

please reset my email id (0 Replies)
Discussion started by: beed123
0 Replies

8. Post Here to Contact Site Administrators and Moderators

I would like to reset my password

Hi Moderators, I forgot the login password and am accessing the forum page through save form password credentials. Could you please reset my password ? Thanks, :) (5 Replies)
Discussion started by: matrixmadhan
5 Replies

9. UNIX for Dummies Questions & Answers

I want to reset my workstation!

I am having an error in my workstation. I want to reset it and start from scratch. I also want to add a 120 G. Drive to my workstation. I checked out a book at my local library on unix. I still can't figure out how to erase everything and install this drive,please help. (4 Replies)
Discussion started by: Sotelo_27
4 Replies

10. UNIX for Dummies Questions & Answers

Tape Reset?????

I'm changing from SCO UNIX to Red Hat Linux. In the UNIX box when backing up my data to tape I usually do this: tape reset sleep 5 nohup tar ................... I want to know if there is a way to do "tape reset" in Red Hat Linux. (1 Reply)
Discussion started by: rrivas
1 Replies
Login or Register to Ask a Question