Linux DF command View hard drive footprint

1. Command format: DF [Options] [file] 2. Command function: Displays the available space for the specified disk file. If no file name is specified, the free space for all currently mounted file systems will be displayed. By default, disk space is

Linux Shadowsocks-libev Compile installation detailed

Before compiling the package, we first confirm that the package required for compilation is installed, and we take CentOS as an example Install Dependency Pack $ yum install-y wget gcc gcc-c++ make automake autoconf libtool build-essential libtool

Linux under CentOS6.2 Compile and install MySQL5.5.25 tutorial

After installing the previous Ubuntu installation, starting MySQL does not start up. The error code is "the server quit without updating PID file (/var/lib/mysql/centos.pid)", baidu and Google have searched some information, basically consistent,

Linux httpd to add modules to the detailed steps

Usually when we deploy lamp, the HTTPD service is installed, Replacing the default httpd.conf restart httpd service with our httpd.conf may encounter some modules not compiled, the first reaction is to recompile, but Apache is supporting the dynamic

Strace, pstack command usage in Linux

Can be described as a debugging tool under Linux, not only to find the program error, why the system hangs dead, the command why the error, can also be used to find which programs occupy system resources. Command instance For example, but the Web

SSH configuration and login command in Linux

First, if not installed, then apt-get install SSH on the command line After a while, you can actually log on to the SSH service machine. The command to open the SSH service is: sudo/etc/init.d/sshd restart (generate public-private key pair)

Install Linux operating system on virtual machine

What does the virtual function do? You're still thinking about how to install a dual system, instead of installing a virtual machine and installing the system you want to install on a virtual machine. If you want to play a game, but worry about

Linux iptables firewall specifies the port range

I need a port between 700 and 800 to be able to access TCP The code is as follows Copy Code -A rh-firewall-1-input-m state--state new-m tcp-p TCP--dport 700-j ACCEPT-A rh-firewall-1-input-m state--state new-m tcp-p

HTPASSWD command usage in Linux

Add the following two lines to the access directory where you want to restrict the user The code is as follows Copy Code Auth_basic "Enter username and password";Auth_basic_user_file nginx_passwd; HTPASSWD

FTP cannot upload file/directory solution in Linux

After you troubleshoot issues such as user groups and permissions, the most likely cause FTP files can not be uploaded and often overlooked is the hard disk space is full, and the problem of the full disk space is mostly occupied by log files, such

Find command Mtime parameters and usage in Linux

When you use the Mtime parameter in the Find command, you will see the official explanation as follows: -mtime NFile ' s data is last modified n*24 hours ago. The comments For-atime to understand how rounding affects the Interpretation of the file

How Linux views and modifies file read and write permissions

Ls-l xxx.xxx (xxx.xxx is file name)Then there will be similar messages, mostly these: To view Linux file permissions: Ls-l file name To view Linux folder permissions: Ls-ld folder name (in directory) To view related parameters for file

Linux modify file and directory permissions method

Syntax: chown [options] User or group file Description: Chown changes the owner of the specified file to the specified user or group. The user can be a user name or a user ID. A group can be either a group name or a group ID. The file is a

Common commands for Linux user and group management

1. List the usernames of all logged-on users on the current system. Note: Only one user can be logged on multiple times.~] # Who | cut-d ""-f1 | sort-u2. Retrieve the information about the user logging on to the current system.~] # Last-x | head-13.

Detailed steps for installing vsftpd in linux and descriptions of common configuration files

Install vsftpd first. We recommend that you install yum.Yum install vsftpd-yChange configuration fileAnonymous_enable = NOLocal_enable = YESWrite_enable = YESLocal_umask = 022Dirmessage_enable = YESXferlog_enable = YESConnect_from_port_20 =

OpenResty query Linux VPS host traffic

This is the case. I bought vps, and the traffic per month is not much. I just want to see how much traffic is used. But I don't want to go to the background of the host, and I still don't want to use those monitoring software, so I want to get a

In Linux, the tree command is used to print the specified N-level directory structure or file.

Ee view, especially when there are many small files, the headers displayed are all big. We need to view the specified level.The default tree command is not installed. You need to install yum or apt-get separately. For more information about tree

Compile and install openssl in Linux and generate the dynamic system connection Library dynamic/shared libraries

Openssl: a multi-purpose command line tool. Each function is implemented using sub-commands.Libcrypto: public encryption library (stores various encryption algorithms)Libssl: implementation of the ssl protocolYum-y install perl

Compile and install nginx in linux and configure the self-starting script

Install nginx on your suse server and record the installation process:Refer to this article: compile and install Nginx from the source code in Linux:1.1 prepare the pcre libraryPere is used to enable nginx to support regular expressions. It is only

Total Pages: 5467 1 .... 1682 1683 1684 1685 1686 .... 5467 Go to: GO

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.