Quote:
Originally Posted by vipjag2
The directory permissions won't let me run executables as program because I am not the owner.How can I change to be the owner? How do I unzip the sipfile from the command line? Thanks for your help.
|
Code:
sudo unzip <name of zipfile>
If you want to take ownership of the directory and it's contents do:
Code:
sudo chown -R <username>:<username> <directory name>