Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created July 29, 2019 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaihendry/91387923961a3b4df25bb995c8e218bd to your computer and use it in GitHub Desktop.
Save kaihendry/91387923961a3b4df25bb995c8e218bd to your computer and use it in GitHub Desktop.
permissions
[hendry@t480s bugzilla-customisation]$ ll custom/
total 60K
drwxr-x--- 13 hendry http 4.0K Jul 23 09:44 .
drwxrwxr-x 13 hendry users 4.0K Jul 29 11:34 ..
drwxr-x--- 3 hendry http 4.0K Mar 13 2018 account
drwxr-x--- 4 hendry http 4.0K Mar 13 2018 admin
drwxr-x--- 2 hendry http 4.0K Mar 13 2018 attachment
drwxr-x--- 4 hendry http 4.0K Mar 13 2018 bug
drwxr-x--- 2 hendry http 4.0K Jun 6 2018 global
drwxr-x--- 2 hendry http 4.0K Mar 13 2018 ipi
drwxr-x--- 2 hendry http 4.0K Mar 13 2018 js
drwxr-x--- 2 hendry http 4.0K Jul 17 14:35 list
drwxr-x--- 2 hendry http 4.0K Mar 13 2018 pages
drwxr-x--- 2 hendry http 4.0K Mar 13 2018 reports
drwxr-x--- 2 hendry http 4.0K Mar 13 2018 search
-rwxr----- 1 hendry http 6.5K Jul 23 09:44 index.html.tmpl
[hendry@t480s bugzilla-customisation]$ scp -r -i ~/.ssh/devs.pem custom ec2-user@3.0.99.248:
scp: ./custom/bug: Permission denied
scp: ./custom/account: Permission denied
scp: ./custom/search: Permission denied
scp: ./custom/attachment: Permission denied
scp: ./custom/reports: Permission denied
scp: ./custom/index.html.tmpl: Permission denied
scp: ./custom/ipi: Permission denied
scp: ./custom/pages: Permission denied
scp: ./custom/global: Permission denied
scp: ./custom/list: Permission denied
scp: ./custom/admin: Permission denied
scp: ./custom/js: Permission denied
[hendry@t480s bugzilla-customisation]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment