Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Linux directory configuration     - In Spring AOP example explanation (Programming)

- Mybatis + binding Struts2: achieving user to insert and find (Programming)

- The hash function under OpenSSL (Linux)

- Ten to improve the efficiency of the Linux bash tricks (Linux)

- XenServer Virtual Machine Installation --- first ISO image file storage expansion (Linux)

- Linux6.1 / 6.5 dual-NIC Binding (Linux)

- iOS GCD multithreading simple to use (Programming)

- Chrome plug-in management, online-offline installation, part of the plug presentations (Linux)

- The Rabbitmq installation under CentOS 6.4 (Linux)

- PostgreSQL Stream Configuration (Database)

- ORA-04031 Error Resolution (Database)

- Git commands (Linux)

- Computer black magic: tail recursion (Programming)

- Linux system performance and usage activity monitoring tools -Sysstat (Linux)

- Bash job control (Linux)

- Linux input and output redirection (Linux)

- Web database security tips (Linux)

- NET Developers need to know some Linux commands (Linux)

- Linux operating system boot manager -GRUB (Linux)

- Use Swift remove the spaces in the string (Programming)

 
         
  Linux directory configuration
     
  Add Date : 2018-11-21      
         
         
         
  I personally feel that learning Linux first need to understand clearly the system did not give a specific folder thing doing the job, so after learning them and using the Linux system, the process will be more effective.

/ Bin main contents of the file system, but / bin execution file comparison Hunter said, can say / bin where the executable file can be executed in any state any user, there are cat, chmod chown date mv mkdir cp bash and other commonly used commands
/ Boot This directory main place to use the opportunity to open the file, including the Linux kernel file and boot menu and boot the required configuration files
/ Dev any device and are present in the Linux interface device in the form of files in this directory below
/ Etc System configuration files almost all the main placed in this folder, for example, to modify the host table, it is necessary to find the folder to modify the hosts file
/ Home This is the default user's home folder, just like the Windows system directory as among the User
/ Lib library system is very large, and / lib is placed in the boot will be used in the library, as well as / bin / sbin following command invokes the function library
/ Media This folder is placed removable devices, including CD-ROM devices are mounted inside this folder
Directory / opt for third-party software which is placed
/ Primary file system administrator root folder, when separated from the general account and the general account of the live file folder in / home among
/ Sbin placed in / sbin The following is required for the boot process, which includes the command boot, repair, restore the system needed
/ Srv service can be regarded as an abbreviation after some Internet service to start, these services require access to the data directory
/ Tmp is actually a cache directory used to store temporary files, anyone can access this file
Here to talk about the main / usr folder, the folder is the default installation location of the third-party software, we recommend that all software installed on a subdirectory of the folder, do not create new software directory

/ Usr / bin / users can use most of the commands are placed in this folder, it is the difference between / bin is related to whether the boot process
/ Usr / include c / c ++ and other programming languages header files in the folder
Library / usr / lib contains the application software, and not the usual average user executable file or script
/ Usr / local to install their own software downloaded (third party software)
/ Usr / sbin non-system required for normal operation of system commands, it can be self-defined command
/ Location usr / share placement of shared documents
/ Usr / src Place source location
Briefly about / var folder, the folder contents are some of the major software generated files such as cache, log files, data files, etc.
     
         
         
         
  More:      
 
- Setting Linux desktop environment, achieve HiDPI display support (Linux)
- Linux performance optimization tools perf top (Linux)
- Ubuntu 14.04 solved using MyEclipse 10.7 flash back (Linux)
- How to install Linux on a MacBook Pro Retina (Linux)
- Caffe + Ubuntu 14.04 64bit + CUDA 6.5 configuration instructions (Linux)
- Raspberry Pi configuration wireless hotspot (Linux)
- Bootstrap 3.3.5 release download, Web front-end UI framework (Linux)
- Tomcat installation under Linux (Server)
- How to find the available network adapter on Ubuntu (Linux)
- Linux five security TIPS (Linux)
- GitLab upgrade to 8.2.0 (Linux)
- Golang environment configuration recommendations (Linux)
- Using Python and OpenCV detecting image barcode (Programming)
- Proper use Core Data multithreaded 3 ways (Programming)
- MySQL optimization of the relevant Group By (Database)
- Setting the RedHat9 Intrusion Detection System (Linux)
- Perl said method B if A judge (Programming)
- Scope of variables in Object-C (Programming)
- E: Sub-process / usr / bin / dpkg returned an error code (1) error solution (Linux)
- Linux Log (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.