Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

setfacl permission on SFTP server

3521922Nov 1 2017 — edited Nov 10 2017

Hello All,

I am looking for equivalent command when jail root is enabled on Solaris i am able to create folders/files in the root directory but not able on Linux. I have tried to do it on Solaris it works. Below is the command.

#chmod A+user:example:read_data/write_data/add_subdirectory:allow /ftp/example

Linux SFTP server sshd_config

# override default of no subsystems

Subsystem       sftp    /usr/libexec/openssh/sftp-server

#Subsystem sftp internal-sftp -l INFO -f AUTH

# Example of overriding settings on a per-user basis

Match  Group sftp

#       X11Forwarding no

        AllowTcpForwarding no

        ChrootDirectory /export/home/%u

        ForceCommand  internal-sftp

        #PidFile /var/run/sftpserver.pid

What is the equivalent Linux command for the same thing.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 8 2017
Added on Nov 1 2017
2 comments
931 views