|
As some user named admin, or as root? To find out what you are, type id. If you're root, who knows what the issue is, if you're not, then that's simple, become root.
As for setting permissions. chmod -R 755 /from/some/top/level/dir will give the owner full read write execute, group and world will have read and execute to everything below that top level dir.
|