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.