Linux: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
file . permissions
Line 12: Line 12:


r = 4
r = 4
w = 2
w = 2
x = 1
x = 1


rw = 6
rw = 6
r-x = 5
r-x = 5
rwx = 7
rwx = 7

Revision as of 11:28, 2 April 2018

SSH

Push public SSH key to a server

$ ssh-copy-id -p 41111 -i ~/.ssh/id_rsa.pub mhan@remote.server.com

File

Permissions

r = 4

w = 2

x = 1


rw = 6

r-x = 5

rwx = 7