answersLogoWhite

0

It is the Home Directory.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you move files to a directory in Linux?

mv file /path/to/directory


What is the name of the Linux top level directory of the file system?

The /, or root directory.


What is the Linux Filesystem hierarchy used for?

The Linux Filesystem Hierarchy is used to help determine the file structure in the Linux Operating System. It defines the Directory structure and directory contents.


How do you delete a file or directory in Linux?

rm filenameorrm -r directoryname


What are hardlinks and softlinks used for in Linux?

Alternate references to a file/directory.


What does a dot preceding a file name in Linux mean?

It means that the file or directory is used for application settings.


Which Linux folder is the default location for the Apache file directory?

/etc/apache2


How long can the total path to a particular file be in Linux from root directory?

4096


What does drwxrw-r-- in Linux mean?

This is a display of file permissions. In particular, it means:drwxrw-r-- - The specified object is a directory, not a filedrwxrw-r-- - The file / directory can be read by its ownerdrwxrw-r-- - The file / directory can be modified by its ownerdrwxrw-r-- - The file / directory can be executed as a binary by its ownerdrwxrw-r-- - The file / directory can be read by members of the specified groupdrwxrw-r-- - The file / directory can be modified by members of the specified group.drwxrw-r-- - The file / directory cannot be executed by members of the specified group.drwxrw-r-- - The file / directory can be read by others not in the group.drwxrw-r-- - The file / directory cannot be modified by others not in the group.drwxrw-r-- - The file / directory cannot be executed by others not in the group.


How do you serch 10 biggest file in specific directory on Linux system?

If the directory you're interested is my_dir, then do: du -sk my_dir/* | sort -nr | head


Write a Linux command to print the content of a given directory to a given file?

ls /this/dir/path > dirfile


What is etc in Linux?

it is a configaration directory in unix system.max file is in form of database.for example file /ect/passwd is kept information of user name,gruop name,uid,gid, home directory and shell.