of the file does not exist in the/etc/groups-nouser #查无有效属主的文件, that is, the owner of the file does not exist in the/etc/passwd-newer F1!f2 Find file,-n means n days or less, +n refers to n days ago-ctime-n +n #按文件创建时间来查找文件,-n means n days or less, +n means n days ago-nogroup #查无有效属组的文件 that the genus of the file does not exist in the/etc/groups-nouser #查无有效属主的文件, that is, the owner of the file does not exist in the/etc/passwd-newer F1!F2 #查更改时间比f1新但比f2旧的文件-type b/d/c/p/l/f #查是块设备,
This is a very useful program, you can make a specific search for text files, and replace the specified text with a specific text, for example, if I have a word in this article all wrong, there are dozens of, to find out to modify is a very troublesome thing, with the following this can be easily done. --teaman.oso.com.cn
class file Search_replace.inc
Class search_replace{
var $find;
var $replace;
var $files;
var $directories;
var $include _subdir;
v
)
The table above is a list of representative directories, the data placed under the directory will be discussed below, here first skip the talk. What we want to know is, what are those four types?
Shareable: can be shared with other systems to mount the use of the directory, so including the execution of files and users of the mail and other data, is able to share to other hosts on the network mounted directory;
Not to be shar
This is a very useful program, you can make a specific search for text files, and replace the specified text with a specific text, for example, if I have a word in this article all wrong, there are dozens of, to find out to modify is a very troublesome thing, with the following this can be easily done. --teaman.oso.com.cn
class file Search_replace.inc
Class search_replace{
var $find;
var $replace;
var $files;
var $directories;
var $include _subdir
Tags: SP file time Linux BS as file object information
Basic operations on files and directories under the Linux Command Line:
1. Create a file:
Touch file name --> the file name cannot contain spaces. To create a file name with spaces, the file name must be enclosed in double quotation marks.
Eg. Touch program file --> This command will create a connected file program and file.
Touch "program file" --> This command creates a file in program file. (It
where do files exist? Especially for those of you who turn from Windows, the directory structure of Linux looks strange. So, here's a look at the main directories under Linux and what they're all about./This is the root directory. The mothership. The home field.The one and only top directory for your whole computer. everything, and I mean everything startshere. When you type '/home ' What are you ' re really saying are ' start at/and then go to the h
Create and delete directory 1. Create a Directorymkdir make directory.[[emailprotected]~]#mkdir/tmp/allin[[emailprotected]~]#ls-l /tmp Total dosage 0drwxr-xr-x2rootroot66 month 521:24 NBSP;ALLINDRWX------3rootroot176 Month 507:36 Systemd-private-352b6bc7ee42481fac366b2425038411-vmtoolsd.service-3ykrht
If you want to /allin directory, continuous creation of /1 directory, /2 directory. Use only mkdir , error.
[[email protected] ~]# Mkdir/tmp/allin/1/2mkdir: Unable to create d
option parameter-option), on the command column, the first-(),! The previous section is path, followed by expression. If path is an empty string, use the current path, and if expression is an empty string, use-print as the default expression.====================================================-name filename #查找名为filename的文件-perm #按执行权限来查找-user username #按文件属主来查找-group GroupName #按组来查找-mtime-n +n #按文件更改时间来查找文件,-n means n days or less, +n means n days ago-atime-n +n #按文件访问时间来查找文件,-n means n days
Linux basic commands--related operations of the directoryCommon commands for working with directories:
CD: Transform Catalog
PWD: Displays the current directory
mkdir: Create a new directory
RmDir: Delete an empty directory
CD (Transform directory)The CD is the abbreviation for Change directory, which is the command used to transform the working directory. Note that there is a space between the directory name and the CD comm
I. Directory documentation Operations directives1. PWD Displays the directory where you are currentlyIf you add the-P option, the correct directory name is obtained instead of being displayed as the path to the linked file. For example, under CentOS, just good/var/mail is/var/spool/mail's link file.2. CD Change work pathYou can use absolute and relative paths.In addition, there are several special ways to represent the path:1). Represents this Layer directory2).. Represents a previous level dire
/bin/,/sbin/,/usr/bin/,/usr/sbin/These four directories are related to the command directory, Liunx command is an executable binary file, these four directories have a bin,binary shorthand binary consciousness. Most of the commands under Linux are in these four directories./bin/the directory where the system commands are stored, both normal and Superuser can exec
.* * I have tested Unity 3D 4.3 and 4.6 beta.Solution Solution:One option is to use the ' git clean-df ' command. It will delete all trace files including directories. However, all members of your team should run this command and they pulled your changes. Otherwise, Unity 3D will generate a meta-file for the empty folder.Another option is to use clean Empty directories assets. It is free of charge. It has U
Creating Directories and files
1. The path can be merged by the Combine method of the path class. String activedir = @ "C:\myDir"; String NewPath = System.IO.Path.Combine (ActiveDir, "Mysubdirone");2, the creation of the directory.If the directory already exists when the directory is created, the directory will not be recreated without error. Directories that do not exist at all l
If we want to manipulate files and directories, we can enter various commands provided by the operating system under the command line to complete. such as dir , and cp other orders.What if you want to perform these directories and files in a python program? In fact, the commands provided by the operating system simply invoke the interface functions provided by the operating system, and Python's built-in os
Linux deployment Symfoy2 permissions settings for App/cache and app/logs directories, symfoy2logs
After deploying the Symfony2 under Linux, it is possible to report app/logs or App/cache directories without write permission when accessing the directory. Under Linux, if the user we landed at the command line is different from the user of the Web application server (Apache, Nginx, etc.),
You can use the foll
In this article we introduce a shell script that uses the rsync command to back up files/directories on your local Linux machine to a remote Linux server. Using this script will implement the backup interactively, and you will need to provide the host name/IP address and folder location of the remote backup server. We use a separate list file in which you need to list the files/directories to be backed up.
-L: Long format-H: Do unit conversions-A: Show hidden files starting with.. Represents the current directory.. Represents the parent directory-A-D: Display the directory's own properties-i:index node, inode-R: Reverse Display-R: Recursive (Recursive) display[Ls-l shows the long format in detail: -: Normal file (f)D: Catalog fileB: Block device files (blocks)C: Character device file (character)L: Symbolic Link files (symbolic link file)P: Command pipe file (pipe)S: Socket file (socket)File permis
As we all know, the PHP rmdir () function is used to delete empty directories, but if you want to delete a non-empty directory, we must delete the files or subdirectories in the non-empty directory, this article introduces how PHP uses recursive functions to delete non-empty directories, the need for friends can refer to.
First, let me introduce you to the rmdir () function.
PHP rmdir () function
rmdir-Del
()/data/data/com.android.framework/app_webview and/data/data/package_name/xxxwebviewcachexxx Used to store caches and cookies generated by the app's built-in WebView, which may vary depending on the name and location of the Android version/data/data/com.android.framework/lib used to store the. So static library file for the app/data/data/com.android.framework/cache the directory can use functionsGetcachedir ()Get/data/data/com.android.framework/files the directory can use functionsGetfilesdir (
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.