mkdir (make directory)
-v verbose output -p creates entire path {} creates multiple directories in the same directory -m permissions sets permissions for the created directory
very very slowly
-v verbose output -p creates entire path {} creates multiple directories in the same directory -m permissions sets permissions for the created directory
Sets Access Control Lists (ACLs) – adds permissions to files and directories for a user that is not a member of a group owning them. Install ACL tools Gives a read permission to user for target directory and sub directories and files, although the target directory is owned by another user: By adding wx parameters, … Read moresetfacl – Set File Access Control List
SCP uses SSH credentials to copy files and directories between 2 computers. It can be used to copy: From your local computer to a remote computer From a remote computer to your local computer Between two remote computers from your local computer The colon : sign is used to distinguish remote computer. SCP overwrites files … Read moreSCP (Secure CoPy)
Changes the owner of all sub-directories and files in target directory: Changes permissions of all sub-directories and files in target directory: