linux commands for interview

Alibabacloud.com offers a wide variety of articles about linux commands for interview, easily find your linux commands for interview information here online.

Linux built-in commands and external commands

1, the Linux command can be divided into internal commands and external commands:The built-in commands are memory-resident when the system is started, so the execution efficiency is high.The external command is the software function of the system, and the user is required to read the memory from the hard disk.2. Type-display Information about command type#查看当前系统的

Deep conviction Interview Linux Development engineer Summary __linux

The difference between 1.malloc and new 2. Explain the bit field 3.C Language address alignment is what's going on 4. Write a function similar to printf, you can accept any number of parameters 5. When using the MEMCP function, what should be noted 6. Tell me about the sorting algorithm you know. 7. There are two single linked lists, and in what ways can you quickly know if they have the same part 8. How to pass parameters to makefile when executing make command 9. Explain the zombie process 10.

Linux interview questions

In Linux, the device is accessed as a file. Read the file system to be loaded from/etc/fstab during Linux kernel boot. Each file in a Linux File System is identified by an I node. All disk blocks are composed of four parts: boot block, dedicated block, I node table block, and data storage block. Links are divided into hard links and symbolic links. Super blo

Use of 7z commands and 7z commands installed under Linux

This article mainly introduces the method of installing 7z command under Linux, and introduces the use of 7z command. 7z compression format has many advantages, with a very high compression ratio, if you do not understand, see the article: 7z format, LZMA compression algorithm and 7-zip detailed introduction.The Linux distribution used by Reille is Ubuntu and has been validated on Redhat for normal use.1.

Linux (CentOS) directory operations commands, file manipulation commands, compression decompression commands

if the compressed file is a very large case.Tar command-Function Description: File package and unpacking.-Command format: tar [parameters] -Common parameters:-F Name: Use name to specify the archive file name or device name.-V: Lists processing details.-C: Used to create a new archive file.-X: Restore the backup file from the archive file.-T: Used to list the file names in an archive file.-Z: Compress files or unzip with GNU Gzip.-Z: Compress files or unzip with compress.-j: Compress files or u

Practical application of Linux/shell commands -- added custom commands in alias

We can modify the/etc/bash. bashrc file (other users are in their respective directories) so that we can automatically load our custom commands when logging on to shell. In the process of using linux, it is inevitable that a long string of commands will be bored if they are frequently typed ...... When calling some executable files, you have to write down a long

Linux common commands (iv) System administration commands

simply enters the command man and the name of the command shell will list a complete description.Standard usage:Name of the man commandTo query the description page of the LS command, enter the command: Man lsTo flip through the manual page, you can use the page UP and PAGE DOWN keys, or use the spacebar to turn back one page and use B to flip forward. To exit the manual page, enter the command Q. To search for keywords in the manuals page, enter a command/and keyword or phrase to search for, a

Linux nic ip address configuration commands and some common network configuration commands

The IP address configuration in the Linux command line is not as convenient as in the graphic interface. we need to manually configure the IP address. The following describes several configuration methods: nbsp; takes effect immediately (expired after restart ): ifconfigeth0192.168.1.102netmask00000000255.0 nbsp; // add the IP address routeadddefau The IP address configuration in the Linux command line is

Summary of Common commands for GDB debugging in Linux, and Common commands for gdb

Summary of Common commands for GDB debugging in Linux, and Common commands for gdb Prepared by: longshike Email: longshike2010@163.com 2016-01-05 Gdb is the default debugging tool in Linux. When compiling a program file, such as debug. c. To use gdb for debugging, you must add cc-g or gcc-g before the terminal command

Use of cp, rm, and mv commands and cp commands in Linux Command lines

Use of cp, rm, and mv commands and cp commands in Linux Command lines The following content comes from laruence's private kitchenCopy, delete, and move Linux Command lines: cp, rm, and mvCp (copy) replicationThe cp command is used for many purposes. In addition to simple copying, you can also create a link file to comp

Common Linux Commands--File handling commands

shorthand for the ls-l command (Ls-l is ll alias relationship)(6) Cut or rename command: MV (move)MV [source file or directory] [target directory] This is not used with-RThe role of a common directory: (the role of a common directory)/root directory to explain and familiarize yourself with the role of first-level catalogsBoth the bin and the Sbin,usr directory in the root directory are the bin and sbin four directories that are used to hold system commands

Common Linux commands (version 2)-Help commands

Common Linux commands (version 2)-Help commandsHelp commands 1. man [manual]:/usr/bin/man Obtain the help document of the command or configuration file, and check the help of the command first. Format: man [command or configuration file] # Call more E. g. Man ls # view the help information of the ls command Man services # view the help information of the configur

10 practical interview questions and answers on the Squid Proxy Server in Linux

10 practical interview questions and answers on the Squid Proxy Server in Linux Not only do system administrators and network administrators often hear the word "Proxy Server", but we also often hear it. Proxy servers have become the norm of enterprises and are often exposed to them. It also appears in the cafeteria of small schools or large multinational companies. Squid is an application that can be used

Several Linux driver interview topics

These days interview a few want to do Android Linux drive, the overall sense of the driving base is still relatively weak, most of the situation is the driver, but basically the kernel is out of the box, or the Development Board already have, individually write the module drive very little, Drive mechanism understanding is not very thorough. Here are a few of the basic questions that have been asked casuall

Telnet and execute remote host commands for Linux commands

Commands to implement TelnetSSH, Telnet, rlogin(1) SSHThe SSH command is the Client Connection tool in the OpenSSH suite, which enables secure Telnet server to SSH encryption protocol. The SSH command is used to telnet to the Linux host.Common format:ssh [-l login_name] [-P port] [[Email Protected]]hostnameMore details can be viewed with ssh-h.Grammar:SSH (options) (parameters)Options:-1: Enforce SSH protoc

Linux Basics-Unit Eighth Body processing commands and TAR commands

tape storage file space, and the transmission of these small files on the network will also reduce network browsing (that is, to save network bandwidth).3) Mastering the definition of decompression: decompression is the way to restore a file that passes through some compression algorithms before it is compressed.4) An example of the use of the gzip command and the Gunzip command:A) For example: Compressed files File1 compressed into. gz format should use the command: gzip file1–c >/path/name.gz

Linux commands (25) Disk Management commands (iii) FDISK

maintained under '/dev/disk ' # See mans Pages Fstab (5), Findfs (8), mount (8) and/or BLK ID (8) For more INFO#/DEV/MAPPER/CL-ROOT/XFS defaults 0 0uuid=03cf4f74-827e-40a1-a67 F-2227be43dee7/boot XFS defaults 0 0/dev/mapper/cl-swap swap Swap Defaults 0 0/dev/sdb1/mnt/disk2 ext3 default 0 0 # Add the partition information to the end of the/etc/fstab file, save and exit # Switch to the partition mounted directory, create a file test partition can with [[emailprotected] hk]# cd/mnt/disk2/[[emai

Linux Interview Quiz 10

have an asset management platform (CMDB), which also requires our OPS personnel to manage the records and changes of various server resources.8. Some enterprises may be involved in employee account, authority Management (GIT/SVN), may also need us to allocate.9. Fault handling. This needless to say, encounter problems, you have to deal with. Or a list of common failures: site access is slow or inaccessible, server downtime, a service outage, DDoS attacks, CC attacks, disk corruption, storage co

Linux Canopensocket Preliminary interview

/************************************************************************************** * Lin UX Canopensocket First Interview * Description: * Recently need to know something about CANopen, so find this resource to learn, is indeed a good thing. * 2016-8-12 Shenzhen Nanshan Ping Shan village Zengjianfeng ***************************** ********************************************************/A. Reference document: https://Github.com/canopennode/canopen

Interview question: how to set up the SVN server in Linux?

Interview question: how to set up the SVN server in Linux? -- Linux Enterprise Application-Linux server application information. For details, refer to the following section. At that time, I recalled uncle Benshan's "several steps to put an elephant in the refrigerator ?", Almost blurted out in three steps Step 1: Op

Total Pages: 15 1 .... 11 12 13 14 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.