|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
CHOWN question - how do i set me as the owner and my files to be owned by me?
i have a web site that i have built in dreamweaver however i need to set myself up as the owner so that i can set all files and folders to be owned by me, then i can use my php script to create folders and set CHMOD details to them.
At the moment i get the following error when executing the CHOWN function: Warning: chown() [function.chown]: Unable to find uid for alex in /blahblahblah.php.php on line 94 at the minute the files are owned by some 4 digit number, the new files i create are owned by 2 digit numbers. but i need to be owner and set up a group for all files and folders that exist or are to be created, can anyone help me? Alex. |
|
#2
|
|||
|
|||
|
You cannot chown() this way. File giveaways are usually not possible in unix for non-root users. This is a security restriction.
Besides this, you are probably on virtual hosting where no "real" unix users exist. HTH, M.
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
|||
|
|||
|
OK i don't really have much understanding of file permissions,
so how can a create folders within my directories, what others ways are there? |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > CHOWN question - how do i set me as the owner and my files to be owned by me? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|