Relative path and absolute path: /( root ) directory for the path. The relative path does not take the / start with an absolute path with / ./abc is a relative path (./represents the current path), /abc is the absolute path. However: ~/
Linux Command learning Summary: rm command, linux Command summary rm
Command introduction:
This command is used to delete files or directories in Linux. Normally, rm will not delete the directory. You must specify the-r or-R parameter to delete
RM command
Creating files in Linux is easy, and files can become obsolete and useless in the system at any time. Users can delete them with the RM command. The function of this command is to delete one or more files or directories in a directory,
RM Delete File command1 , command formatRM [Options] File ...2. Command functionRM Command, delete File command, is a common command under the Linux system, the function of the command is to delete a file or a whole directory or a part of the
I. File rename and move (MV) In Linux, renaming files is called moving (moving). The MV command can move files and directories to another location or rename them. 1.1 Using the MV RenameBelow/usr/local create an empty file as test, using the MV
RM is a commonly used command that deletes one or more files or directories in a directory, and it can delete a directory and all the files and subdirectories under it.1 command format:
RM [Options] File ...2 Command function:deletes one or more
Yesterday I learned the command to create files and directories mkdir, today to learn Linux delete files and directories command: RM command. RM is a commonly used command that deletes one or more files or directories in a directory, and it can
One linux Command every day (5): rm command link: One linux Command every day (1): ls command http://www.bkjia.com/ OS /201210/163049.html#linuxlinuxcommand every day (2): cd command serial (3 ): pwd command http://www.bkjia.com/ OS
One linux command every day (5): rm command link: One linux command every day (1): ls command http://www.2cto.com/ OS /201210/163049.html#linuxlinuxcommand every day (2): cd command quit (..
One linux command every day (5): rm command link: One
Eight rm command examples that you may not know all about
Deleting a file is similar to copying/moving a file. In Linux, there is a dedicated CommandrmTo complete all deletion-related operations. In this article, we will use some easy-to-understand
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.