Warning: Constant ABSPATH already defined in /home/raypasto/www/www/wordpress/wp-config.php on line 26

Warning: Cannot modify header information - headers already sent by (output started at /home/raypasto/www/www/wordpress/wp-config.php:26) in /home/raypasto/www/www/wordpress/wp-includes/feed-rss2.php on line 8
chmod – Dr. Ray Pastore's Instructional Technology Blog https://raypastore.com/wordpress Wed, 18 Mar 2015 12:36:00 +0000 en-US hourly 1 https://wordpress.org/?v=5.7.15 166124113 CHMOD Commands – Permissions an LMS administrator should know https://raypastore.com/wordpress/2015/03/chmod-commands-permissions-an-lms-administrator-should-know/ https://raypastore.com/wordpress/2015/03/chmod-commands-permissions-an-lms-administrator-should-know/#respond Wed, 18 Mar 2015 12:36:00 +0000 https://raypastore.com/wordpress/?p=2788 You must understand permissions if you are managing an LMS (as some of my students will do when they graduate). Thus I am posting this from last night’s class:

›Three types of users: User – Group – World

These permissions can be given for one group, multiple groups, one user, etc.

Three types of permissions: ›Read (R or 4), Write ( W or 2), Execute (X or 1)

Sometimes written as – RWX or a number equivalent such as 777. Each word corresponds to a number depicted below that can add up to 7 (4+2+1).

›R- Read (4) – read files

›W- Write (2) – write/modify files

X – ›execute (1) -Read/write/delete/modify/directory

›Example –

›-r–rwx—- = User can read, group can do everything, world cannot access

›777 = Everyone can do everything

›422 =User can read, group can write, world can write

›Rwx-rwx-rwx = Everyone can do everything

›-wx-r—– = User can write and execute, group can read, world cannot access

]]>
https://raypastore.com/wordpress/2015/03/chmod-commands-permissions-an-lms-administrator-should-know/feed/ 0 2788