linux at command examples

Read about linux at command examples, The latest news, videos, and discussion topics about linux at command examples from alibabacloud.com

Linux Command Learning (1) -- ls command, linux Command learning ls

Linux Command Learning (1) -- ls command, linux Command learning ls The first thing you need to know is the command prompt. [Root @ localhost ~] # Current login user (root) Host Name (localhost) Current Directory (Home Direct

Linux Command: cp command learning and use, linux Command cp Learning

Linux Command: cp command learning and use, linux Command cp Learning The cp command is used to copy files or directories. It is one of the most common commands in Linux. In general, s

One linux Command every day (12): more command, linux Command 12 more

One linux Command every day (12): more command, linux Command 12 more The more command is similar to cat. The cat command displays the content of the entire file on the screen from top

regsvr32 Command widget registers the OCX control, registering the control (including more than 10 examples)

Microsoft Windows NT Server 4.0 Resource Kit.7, OleInitialize failed (or OleUninitialize failed).OleInitialize failed (or OleUninitialize failed). Regsvr32 must initialize the COM library before invoking the required COM library functions and undoing the initialization of the library when it is closed. These error messages occur if you attempt to initialize or undo initialization of a COM library. For example, the Ole32.dll file may be damaged or its version is incorrect.8. Regsvr32.exe and Dep

Linuxtraceroute command details and examples (tracking routing information)

With traceroute, we can know the path from your computer to the host on the other end of the Internet. Of course, the path of each data packet from a certain source to a certain destination may be different, but it is basically large. In linux, traceroute is called tracert in MS Windows. Traceroute sends a small packet to the target device until it returns, to measure how long it takes. Traceroute of each device in a path must be tested three times. T

Linux Command File Content Query command-od, linux Command query od

Linux Command File Content Query command-od, linux Command query od Name: od Location:/usr/bin/od Permission: All Users Purpose: view non-plain text files, such as binary files Usage: od [-t TYPE] File -T can be followed by outputs of various types A: Default reason c

Linux Command (8): cp command, linux Command cp

Linux Command (8): cp command, linux Command cp The cp command is used to copy files or directories. It is one of the most common commands in Linux. In general, shell sets an alias. Whe

Find command usage and examples

;[Email protected] ~]# Find/var-user root-group mail/var/spool/mail/var/spool/mail/root2. Find all files or directories that do not belong to root, bin, or Hadoop under the/usr directory;[Email protected] ~]# find/usr-not-user root-a-not-user bin-a-not-user Hadoop3, look for/etc directory in the most Monday weeks of its content has been modified, but also the main is not root, nor is the file or directory of Hadoop;[[Email protected] ~] #find/etc-mtime-7-a-not-user root-a-not-user Hadoop4. Find

Examples of the inheritance relationship between the ng-repeat command and scope of AngularJS, angularjsng-repeat

Examples of the inheritance relationship between the ng-repeat command and scope of AngularJS, angularjsng-repeat This article analyzes the inheritance relationship between the ng-repeat command of AngularJS and scope. We will share this with you for your reference. The details are as follows: For the usage of the ng-repeat c

Linux Command: rcp command usage details, linux Command rcp details

Linux Command: rcp command usage details, linux Command rcp details Rcp stands for "remote file copy" (remote file copy ). This command is used to copy files between computers. The rcp command

Dig Command Options and Examples

Label: style HTTP ar OS use SP strong on BS Dig Command Options and Examples + [No] query using TCP or without TCP + [No] VC provides options for compatibility with earlier versions. The same role as TCP options. VC stands for "virtual circuit" + [No] Ignore ignores the truncated UDP return package, instead of using a TCP connection to retry. By default, TCP connections are used for retry. + [No

mysqladmin Command Common parameter examples explained

flush-logs [[emailprotected] ~]# mysqladmin-u root-ptmppasswor D flush-privileges [[emailprotected] ~]# mysqladmin-u root-ptmppassword flush-status [[email Protected] ~]# mysqladmin-u root-ptmppassword flush-tables [[emailprotected] ~]# mysqladmin-u ROOT-PTMPPASSW Ord Flush-threads - ) mysqladmin Execution Kill Process:[Email protected] ~]# mysqladmin-uroot-p processlist[Email protected] ~]# mysqladmin-uroot-p kill Idnum + ) stop and start MySQL Replication on a Slave server[Email protect

Linux Command (1): cd command, linux Command cd

Linux Command (1): cd command, linux Command cd 1. Role: Change the working directory; 2. Format: Cd [path] The path is the working directory to be changed. It can be a relative path or an absolute path. 3. Use instances: [Root @ www uclinux] # cd/home/yourname/ 4. Inst

One linux Command every day (27): linux chmod command

One linux Command every day (27): linux chmod command link: One linux Command every day (1): ls command http://www.bkjia.com/ OS /210210/163049.html#linuxlinuxcommand every day (2): cd

Nagios check_ping Command Examples

20,5%-T 5critical-host unreachable (192.168.101.49)4. Use IPv4 of IPV6By default, it'll use IPV4. So, you really don ' t need to specify "-4" (which is optional).#./check_ping-h 192.168.1.1-w 1,10%-C 2,20% -4ping ok-packet loss = 0, RTA = 0.14 ms|rta=0.142000ms;1.000000;2.0000 00;0.000000 pl=0%;10;20;0But if you use the IPV6 address, you should use-6 as shown below.#./check_ping-h 2002:4559:1fe2::4559:1fe2-w 1,2%-C 2,5%-65. check_ping Error MessagesThe following is some possible error messages

Find command details and related examples

the master root and belong to the group mail;Find/var-user Root-group Mail6. Find files that do not belong to Root,bin or student in the/USR directory;Find/usr-not-user root-a-not-user bin-a-not-user StudentFind/usr-not \ (-user root-o-user bin-o-user student \)7. Find files that have been modified in the last week and not belonging to root and student users in/etc directory;Find/etc-mtime-7-not \ (-user root-o-user student \)Find/etc-mtime-7-not-user root-a-not-user Student8, find the current

Sed command details and examples

blank characters at the beginning of the/etc/grub. conf file [[emailprotected]~]#sed-r‘s#^[[:space:]]+##g‘/etc/grub.conf 2. Replace ID: 3: initdefault: 3 in the/etc/inittab file with 6 [[emailprotected]~]#sed‘s#\(id:\)[0-9]\(:initdefault:\)#\16\2#g‘/etc/inittab 3. Delete blank lines in the/etc/inittab file. [[emailprotected]~]#sed‘/^$/d‘/etc/inittab 4. Delete the # header in the/etc/inittab file line [[emailprotected]~]#sed‘s/^#//g‘/etc/inittab 5. Delete the first line of a file # And Its trail

Linux Command head command, linux Command head

Linux Command head command, linux Command head The head and tail are just as easy to understand as their names. They are used to display a certain number of text blocks at the beginning or end, and the head is used to display the beginning of the file to the standard output

Sed and awk common command examples

from the file whether the first row matches/tom if there is no execution will not be executed until after reading, then run End statement can choose the begin match the ENG. awk '/^mike/{print} ' fileawk ' nr==2{print ' file NR is the number of line number NF fieldsawk ' nr==2| | Nr==4{print "file reads only two fixed line numbersawk ' {print $} ' file $ entire rowawk ' bengin{fs= ': "ofs=" "}/bash$/{print $} ' file FS specifies a delimiter: OFS specifies the field delimiter for the outputTR ":

Vertical Bar | can be used in DOS command usage examples

Vertical Bar | can be used in DOS commandsThe function is to put the symbol before the process output, after making the sign process input.The code for this example in Codego.net is as follows:For example, two commands, "dir/s/b/a" and "find". txt "", the first shows all the files, folders in the current folder, and the second is to find a string containing the character ". txt".Two commands you can "find all files and folders in the current folder that contain. txt." By using a vertical line co

Total Pages: 15 1 .... 5 6 7 8 9 .... 15 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.