First, the role of users under Linux classification
Superuser: Has the highest administrative rights, the default is the root user
Normal User: Has the right to log on to the system, can only access and modify files in their own
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 66676869707172737475767778798081828384858687888990919293949596979899100101102103104105
#!/bin/bash# user can config the
A free ebook that IBM released early on the internet10 years, the reference value is still very big.Domestic translation into Chinese online reading version.See two URLs belowLinux Performance and Tuning guidelinesHttps://www.gitbook.com/book/lihz199
OSI Seven layer model:The OSI (open System Interconnection) seven-layer network model, known as the Open System Interconnect Reference Model, is a logical definition, a specification that divides the network logically into 7 layers. Each layer has
Special permissions on the Linux file systemSUID, SGID, StickyPermissionsR, W, XUser, group, otherSecurity contextPremises: The process has a group of owners and genera;(1) Any executable program file can be started as a process: depending on
Recurring Scheduled Tasks crontab command System services:/etc/init.d/crond (Crond must be started to take effect) User plan:/var/spool/cron/user name Default scheduled task Global configuration:/etc/crontab System Plan:/etc/cron.hourly/* (to
Special permissions on the Linux file systemSUID, SGID, StickyPermissionsR, W, XUser, group, otherSecurity contextPremises: The process has a group of owners and genera;(1) Any executable program file can be started as a process: depending on
Preface: This article is a combination of their own from the beginning of the white to learn Linux to work with the Linux system, to novice how to understand the point of view of the Linux system, hoping to learn Linux for beginners to bring some
Here's how to use Message Queuing for interprocess communication, where Message Queuing has a lot in common with named pipes. More about Named pipes can be found in one of my other articles: Linux interprocess communication-using named Pipes one,
One, see which IP connection nativeNetstat-anSecond, view the number of TCP connections1) Count 80 port connectionsNetstat-nat|grep-i "|wc-l"2) Count httpd protocol connectionsPs-ef|grep httpd|wc-l3), the statistics are connected, the status is
first of all, cloning a Linux virtual machine, boot boot, the network card is not up, using the following method, until the NIC is up after restarting. >/etc/udev/rules.d/ --persistent-NET.RULESVI/etc/sysconfig/network-scripts/ifcfg-Eth0#uuid=e2c5117
We often use PS to view process information, but sometimes the information we see is often not comprehensive, and this is a different approach.The system will create a directory for each process in the/proc directory, with the process number, which
Recommendation: Command Daquanhttp://man.linuxde.net/Important a few hotkeys [Tab],[ctrl]-c, [ctrl]-d[Tab] Key---with "command completion" not "file full" function[Ctrl]-c button---Let the current program "Stop"[ctrl]-d Key---usually means:
I. Introduction TO Services for NFSNFS is the abbreviation for the network file system, which is the web filesystem. A contract for the decentralized file system, developed by Sun, was announced in 1984. Function: To enable different machines,
Shell Introduction:The shell is an instruction parser outside the core program kernel, a program, and a command language and programming language.The shell is the command parser, the user enters the command, it parses, and then gives the kernel to
The commands for viewing a process are very large and powerful under Linux. Often used such as: PS TopHowever, there is less uniformity in disk performance monitoring.Some disk monitoring commands are listed below. Here is just a starting point, the
Source: Http://blog.csdn.net/lezhiyong1. Brief introductionConverts the specified memory segment to a class of 16-in and ASCI-code output to a log file.2. Function Introduction1) Supports Windows and Linus dual systems.2) You can specify an output
Windows putty xming virt-manager, puttyxming
Record the problem of using virt-manager in linux once.
Environment: windows server 2008 and ubuntu-server
Software: putty, virt-manager, xming
First, install xming in windows. Select the default
Basic shell syntax and shell syntax
I. Variables
1. Naming rules for variables: The name should start with a letter or underline followed by numbers, letters or underscores. It is best not to name it casually, so that you can see the variable name
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service