Proftpd permission setup, howto?

current i am working on setting up a local FTP server for file sharing purpose, but i face one problem, i want to make my ftp server to act like file server, and whoever can create file on it, but only the owner can delete the file.
anyone one know how to set it ? or recommend me other type of file server???

Yes, you are. See man chmod, section "RESTRICTED DELETION FLAG OR STICKY BIT":
For directories, it prevents unprivileged users from removing or renaming a file  in  the  directory unless  they  own  the  file  or  the  directory
Looks like it suits your needs.

Similar Messages

  • ACL permission setup?

    Hi,
    How can i setup a share, where users can upload their stuff but not access each others folders? I tried to figure it out with acl but i cant solve it.
    p

    Do you mean like Home folders?
    That would be:
    Create a Sharepoint, us ethe defaults of 
    Owner -SystemAdmin - Read and Write,
    Administrators - Read Only
    Everyone Else - Read Only
    The check the box for "Make available for home directors over AFP"
    Then for the users you need to change thier account where it says: Home Folders "Local" change that to the share you just made.
    Whilst people can read the contents of the primary account folder, they can read anything within the sub folders that are created.

  • Configurator setup - howto - revised for ios 7

    I wanted to share our 10 page guide for IT managers who are new to configurator and managing a cart of ipads, iphones or the ipod touch.   
    https://docs.google.com/document/d/1SMBgyzONxcx6_FswgkW9XYLpA4oCt_2y1uw9ceMZ9F4/ edit?usp=sharing
    I've updated it for iOS 7.
    This document combines 8 different apple documents and knowledge base articles into a solid flowing procedure.  The document is public with read only access. If you want to help edit, just contact me. 
    Cheers,  Joe Rowe

    Thanks Joe R.!!
    ~Joe Y.

  • Web Page Composer (WPC) – Web page - Approval process

    We have requirement with our web publishing environment where we want to stage the web pages for review before they are published for public. Currently, if you develop a web page in Web Page Composer ( WPC ) and click publish to review the content/layout. The page is published for public and included in TRex and can be searchable.
    We thought KM Approval process will help resolve this issue. The approval process work very well with the u2018Site Contentu2019 where once author develop the content (article, paragraph etc.) and submit for approval in this case Editor (role). The content under site content folder is not published (not available for public) until approved by Editor.
    This same approval process does not work on the Web Page folder. We have exactly same permission/ Service permission setup on the Web Page folder. Even though the u2018Approvalu2019 is turned on the Web Page folder it does not inherit the same to new web pages created or existing web pages in that folder. If we go and turn on the u2018Approvalu2019 on a page then we see a u2018Approvalu2019 button in WPC but when you submit the page for approval it pops up another screen with below message.
    Confirm that you want to publish the page. A new version of the homepage will be created and, if appropriate, submitted for approval. Changes to pages not subject to approval are active immediately.
    When you confirm this message nothing happens (no workflow kicks off).
    I would like to hear if any one has tried the approval process on WPC web pages. If you are not using this process how you are staging the web page for review before publishing to public.
    Thanks.

    Hi Bertina,
    We encountered the same problem couple days back in our environment. There is a SAP note (# 1294833) which details the issue but affected version indicated in this note is different then what we are on so we decided to create a note for SAP.
    Below is SAP response for this issues
    13.09.2010 - 08:52:12 CET - Reply by SAP     
    Dear customer,
    I can confirm that the issue described in SAP Note 1294833 is indeed
    present in EP 7.01 SP4 and is the reason you are currently experiencing
    this problem.
    Unfortunately, as outlined in the note, there is no workaround
    available but our developers have advised me that the fix will be
    included in the next patch for KMC WEB PAGE COMPOSER 7.01 SP04.
    Hope this helps.

  • Permissions problem after using Migration Assistant - unable to copy files

    I have a PowerBook G4 and 2 iMac G5 desktops - one iMac at home and one at work. I've had the iMac at home and the PowerBook for a while. The iMac at work is one I've just inherited from another user. Both are exactly the same model - 2Ghz iMac G5 (ambient light sensor). All 3 machines are running Mac OS X 10.4.6.
    I decided to use Migration Assistant to transfer my Admin user account on the PowerBook to my work iMac G5, all of which worked great. So I now have an exact copy of the user folder from my PowerBook on my work iMac G5, and consequently the same combination of username/password.
    When I mount the drive from my PowerBook on my work iMac via AFP I can copy files from the PowerBook to the iMac. But if I try to copy the file back to the PowerBook I receive the error "The operation cannot be completed because you do not have sufficient privileges for some of the items". The file does appear on the PowerBook, but it is 0K and therefore useless.
    Worse, if I'm replacing a file on the PowerBook, I get the usual "An item named "blah" already exists in this location..." dialog. If I click Yes to replace the file it is wiped, but then the permission error pops up leaving me with a 0K file on the PowerBook and no original.
    If I mount the work iMac drive on my PowerBook I see exactly the same issue - i.e. I can copy to the local machine from the mounted drive. But I cannot copy anything back without receiving the permissions error.
    My home iMac G5 was not set up using migration assistant, but I do use exactly the same combination of username/password. It does not exhibit the same behaviour. I can mount the PowerBook drive on the home iMac and happily copy files back and forth with no permission errors at all. And the same if I mount the home iMac drive on the PowerBook - no problems.
    So I'm guessing that this behaviour is a result of using Migration Assistant to create the user account on my work iMac. If I log into another account on my work iMac, mount the PowerBook drive and copy a file to the PowerBook it works fine. The problem only occurs in the account created by Migration Assistant.
    Does anyone know how to resolve this, short of having to create a new user account on the work iMac and move all my files from one account to the other?
    PowerBook 12" G4 867Mhz & 2 X iMac 20" G5 2Ghz   Mac OS X (10.4.6)  

    Hi,
    you need to adjust the permissions for the files on your harddrive.
    I think you have serveral users in different groups that may result a permission conflict.
    - Put or copy your files you want to to a new folder.
    - Use this tool, its easy to use for ppl that are not familiar with unix permission setup over the terminal: http://www.macupdate.com/info.php/id/6440
    - give all files recursively all permissions (for testing) (777, owner, group, others)
    - then test the copy procedure
    this should help
    Regards Thorsten

  • Bug in Oracle 9.2 JVM for stored procedures?

    Hello,
         This may just be a change; we have some stored procedure code which uses reflection, which has worked fine under both Oracle 8 and Oracle 9. However, we're trying to get it working under 9.2, and we're running into the following problem.
         The code uses reflection to do database-column to object-field mapping. We have a private object constructor we'd like to call, and so we do a setAccessible() call on it, and this fails. We've done the suppressAccessChecks permission setup.
         This works fine under 8 and 9, but fails under 9.2.
         Clues?
         Thanks,
         --chris sterritt

    We have a small source code example which shows this.
    Also worth noting is that it works fine under Oracle 8.1.7.0.0, and fails under 9.2.0.1.0 (both running on Windows 2000) in case there are patches you recommend I get.
    Thanks!
    --chris sterritt                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • SCCM 2012 R2 CU4 - Site Backup Task failed

    Hi, I set up a Site Maintenance Task for Backup our Primary Site, but every time I run this task it fail with the following message:
    Error: Backup folder \\backupserver\backupshare$ does not exist or backup service does not have permission to access the folder.
    I tried to use "erveryone" in share permissions and NTFS Permissions with Full Control and then the Backup works! ... I tried to remove the everyone from NTFS completely then the Backup also still works .. but when I remove everyone from the share
    permissions (and grant the SCCM Site Server and SQL Server Computer Accounts the Full Control Permission) the backup fails..
    so it seems to me that I have a permission issue ... what is the correct Permission setup for UNC Backup? (Share and NTFS Permissions) ... I tried to give the SCCM Server and SQL Server Computer and SQL Cluster Account Full Control without success...)
    kind regards
    Klaus

    "The computer account of the site server and the computer account of the SQL Server, if SQL Server is installed on another computer, must have
    Write NTFS and share permissions to the shared network folder."
    https://technet.microsoft.com/en-us/library/gg712697.aspx
    Also have you read this:
    http://blog.msvconsultancy.co.uk/2014/07/sccm-2012-sp1-site-maintenance-backup-task-error/

  • Group Permissions using External Table

    I have a problem with using an external table for user group permissions.
    I am using OBI authentication but need to use an external table to manage the user’s group permissions. I created two RPD groups, GROUP1 and GROUP2. GROUP1 has access to TABLE1. GROUP2 has access to TABLE2. I created the initialization block with the following SQL:
    Select ‘GROUP’, groupname from groups_tab where username = ‘:USER’
    I also turned on row-wise initialization.
    I created a user, USER1, with access to both RPD groups. I also created corresponding Catalog Group (Settings  Administration  Manage Presentation Catalog Groups and Users  Create a new Catalog Group). I have two dashboard pages PAGE1 and PAGE2. GROUP1 has access to PAGE1 and GROUP2 has access to PAGE2. When I log in as USER1, I have a quick test on the My Dashboard page that displays the GROUP session variable (@{biServer.variables[‘NQ_SESSION.GROUP’]}). The variable displays that USER1 belongs to GROUP1; GROUP2. I still cannot see the dashboard pages PAGE1 and PAGE2. When I go to Answers I cannot see TABLE1 or TABLE2.
    Obviously, I must be missing a step somewhere. Any ideas?
    I have tried the Rittman Mead post (http://www.rittmanmead.com/2007/05/21/using-initialization-blocks-with-ldap-and-database-queries-to-control-authentication-and-authorization/) and I am still not getting the right results.
    Edited by: Canz on Feb 25, 2009 4:39 PM

    It's likely to be a permissioning setup issue rather than your Init Block setup which seems to be working. Start by granting your test user full permissions on the object you want and then start removing them gradually to see where you don't see the dashboard any more. I think you might be missing a Traverse privilege in your dashboard shared folders but I can't check all the possible conditions with seeing your web catalog. Also check the case of your Web Catalog groups and the ones you populate on the Init block.

  • Business area cannot be selected at discoverer plus??

    hai,I have create one EUL and i have created one business area with one table from database at Discoverer adminstrater.
    Problem is i cant get selected this business area at discoverer plus even i get connected with same database user..
    Plz can any one help me out of this..do i have to set any configruation on this..or any permission setup for this..
    ITs urgent now..
    ck

    Log into Discoverer Plus, cancel through the Create Workbook page and then choose Tools/Options, EUL tab and ensure that you are connecting to the correct EUL.
    Also, in Disco Admin, ensure you have granted the Disco Plus logon account access to the Business area.

  • Tips for someone wanting to try no DE

    Hey everyone so I just got a fresh arch install a few weeks back on a new laptop and have been using Gnome 3 and have finally gotten to the point that I'm done with it. I'm way too attached to simplicity to handle all the pointless eyecandy. I was looking to try just a basic no DE setup but I've had trouble living with no X before (elinks doesn't support facebook for example EDIT: facebook doesn't support elinks the order of that is important ) I have no trouble using the command line and would say im more comfortable going to say nano rather than something bigger like gedit. Anyways I'd love to get some tips and suggestions for applications etc that are important. For example if im going the no DE route I would love to get terminal emulator with tab support.  Any input would be appreciated!
    Last edited by omega1226 (2011-04-18 23:47:37)

    omega1226 wrote:Hey everyone so I just got a fresh arch install a few weeks back on a new laptop and have been using Gnome 3 and have finally gotten to the point that I'm done with it. I'm way too attached to simplicity to handle all the pointless eyecandy. I was looking to try just a basic no DE setup but I've had trouble living with no X before (elinks doesn't support facebook for example EDIT: facebook doesn't support elinks the order of that is important ) I have no trouble using the command line and would say im more comfortable going to say nano rather than something bigger like gedit. Anyways I'd love to get some tips and suggestions for applications etc that are important. For example if im going the no DE route I would love to get terminal emulator with tab support.  Any input would be appreciated!
    I went the DE-less route as well, and it's been a lot of fun getting down and dirty with the desktop.
    If you're wondering what packages to install, decide what kind of work you mostly do on your computer, and then take a look at the wiki page anonymous_user linked to. The lightweight applications page on the Arch wiki helped me a lot in deciding what kind of packages to install. As Inxsible already said, no one can really tell you what to install; that's the beauty of a DE-less setup.
    Maybe you're looking for examples as an inspiration? My own setup consists of a tiling wm (subtle) and some programming tools. I do some web development work, so having a tilling wm where you can see your code and the page side by side is very efficient.
    Anyway, I'd say you should consider using a tiling WM if you like going to the cli alot. Most of them are very light and simple and seem to be the favorite of minimalist Archers. That might be better, depending on your preferences, than having a tabbed interface for the cli.
    When setting up your own "desktop environment" (ie not using GNOME, KDE, etc), keep in my mind that some of the applications you use might require specific permission setups to run. Look at ConsoleKit to see what I mean.

  • Problem with website dispplaying images

    Hi,
    I made a website using iWeb. I click on the index.html file in the folder everything is and my website is perfect. Then I used ftp and uploaded all the contents of the folder to a public_html folder. Now the problem is that although the image files and scripts are in their correct locations in the public_html folder, my website is not displaying any images and the formatting is all messed up. See web.njit.edu/~nkp8 . Can someone please help? Thank you.

    check your server side permission setup, make sure to give read permission to everyone.
    if that fails, you need to talk to your school's network system admin to set it up correctly... it looks like server side problem.

  • Is it possible to grant users to create views only?

    We are using SQL Server 2008 R2.
    Some advanced users have been working on the database to retrieve data from tables and alter existing views for years. Now we would like to give them permissions to create their own views.
    It is not supposed to give them too much rights such as creating tables. Is it possible to do that, such as creating new schema for that purpose. Thanks.

    You left out an important step that we failed to mention: you muist change the order of the schema. This is required, or else ownership chaining will void all security checks.
    In script below, you get a permission error trying to create the first view, but comment out the ALTER AUTHORIZATION statement and it will not.
    Using a loginless user and EXECUTE USER is an execellent way to test a permission setup on database level.
    CREATE DATABASE yngve
    go
    USE yngve
    go
    CREATE SCHEMA torsten
    go
    CREATE USER ulrik WITHOUT LOGIN WITH DEFAULT_SCHEMA = torsten
    GRANT SELECT ON SCHEMA::torsten TO ulrik
    GRANT ALTER ON SCHEMA::torsten TO ulrik
    GRANT CREATE VIEW TO ulrik
    ALTER AUTHORIZATION ON SCHEMA::torsten TO ulrik
    go
    CREATE TABLE dbo.alfa(a int NOT NULL)
    INSERT dbo.alfa(a) VALUES (88)
    go
    EXECUTE AS USER = 'ulrik'
    go
    CREATE VIEW torsten.albin AS SELECT a FROM dbo.alfa
    go
    SELECT * FROM torsten.albin
    go
    CREATE VIEW torsten.alfons AS SELECT getdate() AS today
    go
    SELECT * FROM torsten.alfons
    go
    REVERT
    go
    USE tempdb
    go
    DROP DATABASE yngve
    Erland Sommarskog, SQL Server MVP, [email protected]
    Thanks. I have tried to create a login less account.
    CREATE USER [testuser] without login WITH DEFAULT_SCHEMA=[SchemaTest]
    GOGRANT SELECT ON SCHEMA :: SchemaTest TO  [testuser]
    GO
    GRANT ALTER ON SCHEMA :: SchemaTest TO  [testuser]
    GOGRANT CREATE VIEW TO  [testuser]
    GO
    ALTER AUTHORIZATION ON SCHEMA :: SchemaTest TO [testuser]
    GO
    Without "ALTER AUTHORIZATION" statment, user can create SchemaTest.v_MyView and select all data.
    With "ALTER AUTHORIZATION" statment, user can still be able to create SchemaTest.v_MyView, but unable to select retrieve data from the view. The error is as below.
    The SELECT permission was denied on the object 'MyTable', database 'ViewTest', schema 'dbo'.
    Maybe I still miss something. But at least user cannot retrieve protected data.

  • "No Items" is displayed when "Show Items from Subfolders" is selected

    When I select the "view subfolders" menu item in a folder with subfolders and items, Bridge indicates that it is indexing.  Then it displays "No Items". If I go to each subfolder individually, the images are displayed.  This only happends in some folders. I purged my cache, perhaps this is the problem but it didn't help. I found a similar discussion named "View Subfolders" from 2009 with a "Helpfull answer" linked to http://kb2.adobe.com/cps/332/332992.html but it is now not available. My operation system is Apple OS 10.8.1.

    UziYachin wrote:
    I tried to index the entire sub-tree with no help. I noticed that when I restart bridge I get a message that bridge is unabled to read the cache. After purging the central cache I still get the above message after restart.
    Well, in that case, it sounds like this is causing the problem. If you can't read the cache, then you probably can't read an index either.
    Without knowing anything about your computer system, I'd suggest that you need to check for general account permission setup problems before looking at Bridge specifically.

  • Show items from subfolders won't stick when searching (CS5)

    For some reason after selecting a folder, and making sure "show items from subfolders" is selected, when I do a search in that folder, "show items from subfolders" gets deselected. Any idea why this might happen? I'm pretty sure it has worked normally in the past.

    UziYachin wrote:
    I tried to index the entire sub-tree with no help. I noticed that when I restart bridge I get a message that bridge is unabled to read the cache. After purging the central cache I still get the above message after restart.
    Well, in that case, it sounds like this is causing the problem. If you can't read the cache, then you probably can't read an index either.
    Without knowing anything about your computer system, I'd suggest that you need to check for general account permission setup problems before looking at Bridge specifically.

  • Problem while installing Oracle 10g Routing Engine

    I am trying to run the procedure
    exec sdo_router_partition.partition_router('NODE_PART', 1000); on my dataset.
    While executing it gives an error class not found.. and comes out.
    When i look at the database table, i find a lot of tables named
    node_part_1112, node_part_1113, node_part_1114, .... and so on..
    Please suggest..!!
    If i use some other number other than 1000, then it makes the system hang..!!
    Q1) If i have a dataset with 2.5+ lac records in edge table..what is the number which would be appropriate for running the procedure.!!
    Thanks and Regards
    Ashish Dhawan

    The first thing you need to do is be sure the Router's log directory is set up properly and that the right users have permission from both SQL and Java to write to the log file. From SQL execute the following
    select * from all_directories where directory_name='SDO_ROUTER_LOG_DIR';
    Make sure the directory_path that is returned is correct.
    If the directory doesn't exist you can create it with
    CREATE DIRECTORY sdo_router_log_dir as '<explicit_log_directory>';
    Once created make sure the correct users have privs to write to the directory with the following:
    GRANT read, write ON DIRECTORY sdo_router_log_dir TO <routeserver_user>;
    call dbms_java.grant_permission('<ROUTESERVER_USER>', 'java.io.FilePermission',
    '/<explicit_log_directory>/*', 'read,write');
    GRANT read, write ON DIRECTORY sdo_router_log_dir TO MDSYS;
    call dbms_java.grant_permission('MDSYS', 'java.io.FilePermission',
    '/<explicit_log_directory>/*', 'read,write');
    Replace <explicit_log_dir> with the full directory path to where the directory was created.
    Note that <explicite_log_dir> on the permission setup for java must be terminated with /*
    as it is above.
    Replace <routeserver_user> with the name of the user that set up and uses the Routeserver data.
    Once this is set up properly try and rerun the partitioning. With the set up you should get access to
    a log file that will give us more information if something goes wrong with the actual partitioning
    process.

Maybe you are looking for

  • Microsoft Office 2011 fails to work on new iMac

    I received my new iMac in mid December, and I used the Migration Assistant to move everything. Unsurprisingly, MS Office failed to work. I paid MS another $12 so I could download a new copy of MS Office 2011 and tried installing it. Installation succ

  • Java interaction with websites?

    Hey, I'm been learning java for a few months now, and know the basics well, I have written a few small programs, including one which transfers songs from iPod to computer. I need some advice on where to start on my next project. Basically I want to m

  • What is Indirect Allocation in Profit Center Report?

    Hi Experts Can Anybody tell me What it show in Indirect allocation Column. I checked it all  the transaction it shows in Direct allocation.  Thanks Regards Gorge

  • Advantage of FORCE LOGGING over NOLOGGING

    Hi, Can you please help me on the advantages of using force logging mode with a standby database and the effect of it in indexes etc. Also, it may help if you could also share ideas on difference between the two modes? Thanks, Jennah

  • Office 2010 spell check not working

    Hi, I cant get my spell check to work or underline any incorrect words. I have tried reinstalling word, deleting normal.dotm also the suggestions here http://social.technet.microsoft.com/Forums/en-US/office2010/thread/eb94c560-9bc3-4b51-a2dc-bee5cef4