Posted by
admin on Nov 1st, 2009 in
Everyday News |
Comments Off
the disc permissions are set like this:
me custom
staff custom
everyone custom
also there is a lock icon on the left hand side of the drive icon…
ls -aldeO /Volumes/”drive-name”
Put the name of the drive in the above and keep the quotes. This will list all permissions, ACLs and flags on the drive.
Output:
drw-rw-r-T 46 root admin uchg 1632 Jun 30 16:30 /Volumes/Vault
Actions:
sudo chflags nouchg...
Posted by
admin on Aug 27th, 2009 in
Everyday News |
Comments Off
If you need to include single quotes inside a single quoted string you might try adding a backslash like most programming languages but that doesn’t work.
In the end the actual “escaping” is: ‘”‘”‘ (five quotes).
To make sure you get it ‘ ” ‘ ” ‘ without the spaces.
To take it apart:
* The first single quote ends the current single...
Posted by
admin on Jul 21st, 2009 in
Everyday News |
Comments Off
Well quite easy, just run sudo apt-get install linux-server linux-headers-server
Restart
Done