100 Common Linux Commands

Original: HTTP://BLOGREAD.CN/IT/ARTICLE/6368?F=WB1,echo "AA" > Test.txt and Echo "BB" >> test.txt//> Empty the original file, and the content is written to the file,>> put the content to the end of the file2,chmod go+w-r/home/zhangy//Add Write

About the Linux system password policy settings

Because of the need for work recently, the company's multiple Linux servers for password policy settings, the main content is to increase the complexity of the password.The operation steps are as follows, no classmate can refer to:Before the

Linux View and open ssh

First through the physical terminal into Linux, manually check SSH discovery is not running/ETC/INIT.D/SSHD statusSSHD is stoppedManually start the service and discover that report permissions are incorrect./etc/init.d/sshd startStarting

A dynamic link library is missing from Linux under links

1, use ln to link the required so file to/usr/lib or/lib the two default directories belowLn-s/where/you/install/lib/*.so/usr/libsudo ldconfig2, modify Ld_library_pathexport ld_library_path=/where/you/install/ Lib: $LD _library_pathsudo ldconfig3.

Which way back and forth? LINUX Routing Script Erikxue

[[email protected] desktop]# IP ru sh0:from all lookup local32766:from all lookup main32767:from all lookup default[Email protected] desktop]#To realize the traffic from which network card, from which Nic back[Email protected] desktop]#[[email

Linux compile kernel steps and error resolution

1 , view kernel versionExperimental environment[[email protected] src] #uname-R2.6.32-358.el6.x86_642 , installing the graphics dependency packageYum Install - y ncurses ncurses-devel3 , download kernel[Email protected]src]# wget

Linux: Sorting of heaps and quick sorting

The quick row uses the divide-and-conquer method (Divide and conquer) to divide a list into two sub-lists.Algorithm steps1. Jump out of a sequence of elements as a datum (pivot).2. Reorder the series, all elements that are smaller than the base

Installation and use of the Linux iftop traffic viewing tool

1. Install dependent packagesYum Install Flex BYACC libpcap ncurses ncurses-devel libpcap-devel2. Download Iftopwget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gzTar zxvf iftop-0.17.tar.gzCD iftop-0.17./configureMake && make install3.

Git's use under Linux

* Initialize git repository, use git init command* Add files to git repository in two steps:1, use git add filename, can be used several times, add multiple files to staging area2. Use git commit-m "instructions"; Complete commit to Branch* View

Linux Boot Process Insider

http://www.ibm.com/developerworks/cn/linux/l-linuxboot/In the early days, starting a computer meant feeding the computer a tape containing a bootloader, or manually loading the bootloader with the front panel address/data/control switch. Although

[Linux] day06--document management

Document management===================mkdir Creating a Directory-p/Path/directory name (parent path does not exist-p)---------------------------------------Touch Create FileActually create a file timestamp------------------------------------------ln

Linux Private Dishes notes some basic Linux issues

Four about online Help1.Linux, installed kit, RPM installation, default file data directory?/usr/share/doc2. What instructions are used for online help?Mans commandInfo commandUse of V VI1. How to enter VI edit mode, how to jump back?2. How do I

Linux Common Commands (second edition)--Network communication commands

Network communication commands1.Write/usr/bin/writeFormat: Write [ user name ]#用于向用户发送信息, if the user is already logged into the server host, otherwise, there is no way to leave him a message, so,write is a real-time communication tool#以ctrl+d as

How to modify the Fstab file in Linux single-user mode

Today the server added a new hard disk, the partition format after the automatic mount in the Fstab, due to Fstab settings error, resulting in a Linux reboot error and can not properly log in the system;So let Linux enable single-user mode into the

[Linux] day05--command line

--------------------Linux CommandsImplement a function instruction or programCommand-line execution relies on the interpreterof the Linux commandcategory Internal Commandbelongs to Shell interpreter part/bin/bashexternal CommandIndependent with

Linux View the number of subfolders and files

Find command View (recommended):Number of subdirectories:[[email protected] ~]# findAfish-type D | Wc-l158[[email protected] ~]# findafish/-type D | Wc-l158[[email protected] ~]# findafish/*-type D | Wc-l157--CorrectResults for different

Linux wildcard, wildcard

Linux wildcard, wildcard Linux wildcard % c is different from * c %. C is the GUNmake syntax layer, indicating all files ending with ". c"*. C is the syntax layer of linux shell, such as rm-f *. o.The meaning is basically the same, that is,

The Linux operating system will control the automobile market in the future

The Linux operating system will control the automobile market in the future Following the release of the intelligent car operating system by Apple and Google, Linux also recently launched the customizable on-board system platform Automotive Grade

Shell BASICS (6) -- string and array, shell -- String Array

Shell BASICS (6) -- string and array, shell -- String Array For text processing, it is still relatively weak to use shell alone. So shell references the awk and sed commands. We will not talk about this today. One StringA string is the most commonly

Build SVN server under CentOS

Build SVN server under CentOS Svn can be used not only for program development, but also for many tasks, such as backup documents.Directory [hide] 1 Installation 2. Create a project 3. Configure SVN 3.1 Add a user 3.2 permission Control

Total Pages: 5467 1 .... 2021 2022 2023 2024 2025 .... 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.