Linux Common Commands Summary

Thought: All DocumentsDirectory structure: /var/log # 系统服务日志 /proc/ #系统运行时状态及信息记录 /etc/ #配置目录 /etc/{bashrc, profile} #操作启动时初始化 /etc/init.d/ # centos 6 中系统服务操作路径 /etc/passwd #用户Common commands:Toggle: CD, TAB key,

Linux Key Login

1. Generate the key.The Ssh-keygen command is used to generate key pairs, basic options: -t specifies the key type (RSA,RSA1,DSA,ECDSA). -p Specifies the passphrase. -f Specifies the name of the generated key file. -C Add a

Linux Common Commands 3

find/root/-type f-name "Test1.txt" |xargs CatXargs put the previous result in the back one to deal withDelete command:Find/root/data-type f-exec rm-f {} \;Find + path + "-type" + type + "-exec" + process + Find result {}\;find/root/data/-type

Linux---> User management

Linux User-related profiles Linux primarily uses user profiles to view and modify user information etc/passwd First field: User nameSecond field: Password flag (indicates that the user has a password, the password is placed

Linux Common commands

Files and directoriesCd/home Enter '/home ' directory 'Cd.. Return to the top level directoryCd.. /.. Return to the top level two directoryCD into the personal home directoryCD-Return to the last directoryPWD Display work pathls to view the files in

Old boy Linux Crond scheduled tasks exercises

LinuxCrond Scheduled Task exercisesCrond is a service or software that is used on a system to perform regular commands or to specify program tasks. strictly speaking,the Linux system has a lot of scheduled tasks, such as: At, Crontab, Anacron,

Linux independent Redundant disk array introduction

RAID (Redundant array of independent disk independent Redundant array) technology was proposed by the University of California, Berkeley, in 1987, initially to combine small, inexpensive disks in place of large expensive disks, while hoping that the

Build the JDK inside the test environment with Linux commands

I. Preparation of documents1.1 File nameJdk-8u121-linux-x64.tar.gz1.2Http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htmlSecond, tool preparation2.1 XshellA powerful secure terminal emulation software that supports SSH1

Linux Disk Management

1. Open the virtual machine CD drive to add a disk and restart the Linux system after creation2, the following to partition the diskCreate an extended partitionTo establish a logical partition on an extended partitionIn establishing a logical

Robot Linux system boot automatically start each process method

There are several processes running in the robot system, and the start-up of these processes is placed in the script start.sh. It is hoped that the robot system will be able to run the start.sh to get the relevant processes up and running without

Compression and decompression of Linux learning files

Here are four common compression commands to learn.gzipFeatures: 1. Can only compress the file, cannot compress the directory 2. Do not keep source files [[email protected] test]# gzip AAA file compression [[email protected] test]# gunzip AAA.G Z

Introduction to common methods of GREP commands under Linux

1. Search for the specified string from a single file: $ grep "literal-string" filename The command outputs the contents of the string in the file, and if the string has no spaces, it can be without double quotes. FileName can be

Linux command--seq

The SEQ command is used to generate all integers from one number to another.Grammarseq [Options] ... Mantissa seq [Options] ... First number of mantissa seq [options] ... First number increment MantissaOptions-f Specify format, format output with

Linux Network Programming Learning (iii)-----Process Control instances

This section focuses on a process-controlled instance that receives commands and executes commands in the foreground or background, and can handle a command line consisting of several commands named Samllsh.The basic logic iswhile (EOF not typed) {

Kill of Linux Process management commands

Terminate a processView the currently available signal setsView the name of the signalAccording to the above display, a signal is represented by three: 1, Number (1, 2, 3) 2, abbreviated (HUP) 3, full name (SIGHUP)Common signals1,SIGHUP No need to

Linux commands-Process PS

CP Replication// Copy only modified files cp-ruv/home/xuxu/www/520igo/trunk_new/app/* /DATA/HTTPDOCS/IGO/WWWROOT/APP/CP- ruv/home/xuxu/www/520igo/trunk_new/static/*/data/httpdocs/igo/wwwroot/static/Crontab Scheduled Tasks// Current Account Task

Vmstat of Linux Process management commands

Display statistics for virtual memoryR: Number of running processes including running and ready-to-run processesB: The process of non-disruptive sleepMemorySWPD Swap space usageFree amount of idle memoryBuff The amount of memory used for the

Linux Installation Jenkins

First install a JDK, if not installed can view my article Linux installation jdkThen use the following commandsudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.reposudo rpm --import

Linux file system

Catalogue Use Notes /bin/usr/bin/usr/local/bin The most common binary commands such as: LS MV Cat /sbin/usr/sbin/usr/local/sbin System-specific binary commands Root use, such as: Fdisk

Top of Linux Process management commands

Task Manager similar to WindowsThis command dynamically displays the status of the process by default21:39:20 This is the current time.Up Min is the run time of the top process1 user is the number of users onlineLoad average load values for the last

Total Pages: 5467 1 .... 4915 4916 4917 4918 4919 .... 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.