What does .. mean in linux?

藏色散人
Release: 2019-11-02 15:49:16
Original
12187 people have browsed it

What does .. mean in linux?

linux ..what does it mean?

In Linux. represents your current directory, which is the directory returned by the "pwd" command,

In Linux..Represents the upper-level directory of your current directory and the parent directory (or parent path) of the current directory

For example: cd .. means going back to the previous level; cd ../.. means going back Go two levels up.

Related recommendations: "Linux Tutorial"

Related introduction:

Linux is a set of Unix-like operating systems that are free to use and freely disseminated. A multi-user, multi-tasking, multi-threading and multi-CPU operating system based on POSIX and Unix. It can run major Unix software tools, applications and network protocols. It supports 32-bit and 64-bit hardware. Linux inherits the network-centric design philosophy of Unix and is a multi-user network operating system with stable performance.

The above is the detailed content of What does .. mean in linux?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template