We Recommend

bash Cookbook: Solutions and Examples for bash Users bash Cookbook: Solutions and Examples for bash Users
bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages.


Posted By

tylerhall on 03/22/07


Tagged

remote apple desktop


Versions (?)


Who likes this?

4 people have marked this snippet as a favorite

basicmagic
koncept
willcodeforfood
sjaq


Start Apple Remote Desktop Remotely


Published in: Bash 


URL: http://docs.info.apple.com/article.html?artnum=108030

Given shell access to a machine, this command will turn on Apple Remote Desktop sharing for all users. This is taken from the Apple support docs.

  1. sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -restart -agent -privs -all

Report this snippet 

You need to login to post a comment.