1. Introduction to file permissions
There are 9 linux file permissions, three groups, owner, group, others, each group contains r, w, x three states.
2. Modify permissions based on numbers
r, w, x The three permissions are represented by numbers: r: 4 w: 2 x: 1 The permissions for each group are the three above. For example, the permission is; [-rwxrwx---] owner: rwx = 4 + 2 + 1 = 7 group: rwx = 4 + 2 +1 = 7 others: --- = 0 + 0 + 0 = 0 The corresponding permission is 770
chmod 770 test.log# Recursively modify the subdirectory chmod -R 770 test for example: [-rw-r--r--] corresponds to 644. The chmod 754 file permission is [-rwxr-xr--]3. Modify the permissions according to the symbol type.
user, group, others are represented by u, g, o, respectively, and a means all. + join - subtract = setchmod u=rwx, go=rx test.log# permission [-rwxr-xr-x] increase execution permissionchmod a+w test.log# permission [-rwxrwxrwx] Delete execution permissionchmod ax test.log# permission [-rw-rw-rw-] address: http://blog.csdn.net/yonggang7/article/details/29379595
minicom is very easy to use, but sometimes not intuitive enough, it is recommended that newcomers, e
Under ubuntu bower reported EACCES: permissiondenied solution, used ower express to use bow
Liunx shared file server uses samba, so the linux shared server is to set up the samba server; 1, n
VNC (Virtual Network Computing) is an abbreviation of virtual network computer. VNC is an excellent
Command to view port occupancy in GNU/Linux
PCI device driver development under Linux
Linux view file time accurate to seconds
Linux service configuration linux system routing configuration
Linux scripts automatically enter passwords
8 tips make you a superb Linux end user
Get CPU information under Linux
The use of the Linux primary command useradd and detailed
The small knowledge points used in the Linux system accumulate
Linux remove garbled files and folders (support batch) method
How to create a system repair disk
Win7 system mouse right click menu pop-up solution graphic tutorial
Windows 8.1 cannot use the input method of Wubi to input in IE
Win7 can not share how to solve
WIN7 open AHCI blue screen solution
Win7 system router can not enter the solution
How to query the IP of Vista system
Win7 can not copy files solution
Win7 open network and sharing center prompt limited solution