user and user groupsThe owner concept of a Linux file includes: Owner, user group, other person.The account on the system and the general identity user are stored in/etc/passwd, the personal password is recorded under/etc/shadow, the group name is placed under/etc/group.Linux file Permissions ConceptsLinux file PropertiesTo view file properties, you can use the LS directive, as follows:Dr-xr-xr-x. -Root roo
#partitionclearinginformation# Empty all disk contents and initialize clearpart--all--initlabel#diskpartitioninginformation# Custom partition Part/boot--fstype= "Ext4" --size=500partswap--fstype= "swap" --size= 2000part/--fstype= "Ext4" --grow--size=1#Firewallconfiguration# The firewall is set to off Firewall--disabled#selinuxconfiguration#selinux set to Disabled selinux--disabled# Package Segment% Packages@base@core@desktop-debugging@dial-up@fonts@gnome-desktop@guest-agents@guest-desktop-agen
In general, configure a git server, you need a server, but also need a client to verify the success of the server, and the general developers have only a basic server, it needs this server as a git server, and as a client to use, The following tutorial is an example of a server and a client being the same server. If the server and the client are required to separate, only the server-side and client operations listed below can be operated on the appropriate machine.
First step (server side): Cre
Awk in linux/unixshell learned some usage of awk today to share with you the preparation work: The first ls prepared by www.2cto.com. the content in out is as follows: [plain] [oracle @ localhosttestDir] $ catls. outtotal68-rwxr -- r -- 1oracle... awk in linux/unix shell has learned some usage of awk today to share with you the preparation work: The first ls prepared by www.2cto.com. the content in out is as follows: [plain] [oracle @ localhost testDir] $ cat ls. out total 68-rwxr -- r -- 1 orac
-Rw-r -- 1 root 11144328 Aug 5 php-5.3.7.tar.bz2[Root @ localhost home] # tar-zxvf mysql-5.5.15-linux2.6-i686.tar.gz-C/usr/local/Accessing the mysql installation directory does not provide a simple soft link to the mysql directory.[Root @ localhost home] # cd/usr/local/[Root @ localhost local] # ln-s mysql-5.5.15-linux2.6-i686 mysql[Root @ localhost local] # llTotal 76Drwxr-xr-x 2 root 4096 Oct 1 2009 binDrwxr-xr
by default)
0 means protocol (IP protocol)
Use Socket_desc to refer to the pipe file, which is the same as the file descriptor, and then use the system function read () and write () to read and write data from the pipe file separately.Catalog FilesThis is a special file that can contain both ordinary files and other special files, which are hierarchically organized in the Linux file system starting from the root (/) directory. List the directory files under a directory:Output Example:D
)
0 means protocol (IP protocol)
Use Socket_desc to refer to the pipe file, which is the same as the file descriptor, and then use the system function read () and write () to read and write data from the pipe file separately.Catalog FilesThis is a special file that can contain both ordinary files and other special files, which are hierarchically organized in the Linux file system starting from the root (/) directory.List the directory files under a directory:Output Example:Drwxr-
can view the directories stored in the $PATH as follows:$ echo $PATH/home/aaronkilik/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/ Local/gamesIn the above command, the directory/home/aaronkilik/binWill be searched first, followed by the/usr/local/sbinAnd then go on and on. In the search process, the search order is critical. For example, in the/usr/bin directory in the file system of the command $ ll/bin/.Example output:Total 16284drwxr-
#partitionclearinginformation# Empty all disk contents and initialize clearpart--all--initlabel#diskpartitioninginformation# Custom partition Part/boot--fstype= "Ext4" --size=500partswap--fstype= "swap" --size= 2000part/--fstype= "Ext4" --grow--size=1#Firewallconfiguration# The firewall is set to off Firewall--disabled#selinuxconfiguration#selinux set to Disabled selinux--disabled# Package Segment% Packages@base@core@desktop-debugging@dial-up@fonts@gnome-desktop@guest-agents@guest-desktop-agen
can view the directories stored in the $PATH as follows:$ echo $PATH/home/aaronkilik/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/ Local/gamesIn the above command, the directory/home/aaronkilik/binWill be searched first, followed by the/usr/local/sbin And then go on. In the search process, the search order is critical. For example, in the/usr/bin directory in the file system of the command $ ll/bin/. Example output: Total 16284drwxr-
subdirectories below it are not displayed
-F
Show file types
-I.
Displays the Inode number of the file in the first column of the output
-L
To display the details of a file in a long format
-R
Preserve order when sorting
-T
Sort by modified time
-S
Display the size of each file allocation in blocks
-S
Sort by file size
Example: Displays simple information
MySQL always returns a problem, 8 hours earlier than the actual time. Check that there is a problem with the time zone configured in the URL of the JDBC connection, first
jdbc:mysql://172.xx.xx.xx:3306/test?useunicode=truecharacterencoding=gbkusessl=true Usejdbccomplianttimezoneshift=trueuselegacydatetimecode=falseservertimezone=utc
The possible parameters, such as GMT, GMT8, utc+8,utc0800, and so on, were all error. Later in the MySQL document found that the available time zones are in the/us
Explanation of the meaning of Drwxr-xr-x:LS-Al Gets the following list: Drwxr-xr-x4Oracle DBA4096May - One: -ORALOG1DRWXR-X--- -Root root4096May - -:WuyiRoot Explanation: D: The first bit represents the file type, D is the directory file, L is the link file ,-is the ordinary file, p is the pipe rwx: 2nd-The 4-bit represents the owner-owned permissions for this file. R is read, W is write, X is execute R-X
One: Users and Groups1 file Owner (user): is the owner of this file, has permissions to the file2 Group: Users within their group have access to files3 Others (Other):4 Linux user identities and group recorded filesBy default, information about super users and seven users is recorded in the/etc/passwd directory, the password is recorded under the/etc/shadow file, and all Linux group names are recorded in/etc/group.Two-file permissions concept: 1 Linux file propertiesLS is the list meaning, focus
Upload and download files to the local machine in Xshell (the folder in the dbserver that has been logged on through ssh for multiple times in linux) 1. List all sh files to be copied-bash-4.1 $ ll/mysqllog/osw /*. sh-rwxr-xr-x 1 mysql 409 May 16/mysqllog/osw/topaix. sh-rwxr-xr-x 1 mysql 127 May 16/mysqllog/osw/tarupfiles. sh-rwxr-xr-x 1 mysql 556 May 16/mysqllog
PHPSTORM8 There is no Subversion option in the Project right-click List after importing the project through SVN, can not be submitted and updated AH?
I have other projects! Only local history is newly imported
What is the reason for this, in addition to finding two items in. SVN's content is really different
Here's the project with subversion.Drwxr-xr-x 7 David Staff 238B 11 8 21:19.Drwxr-xr-x David Staff
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.