Current location - Loan Platform Complete Network - Big data management - linux root file
linux root file

How does linux get into the root folder?

1, connect to the appropriate linux host and enter into the linux command line state waiting for shell commands to be entered.

2, in the linux command line enter shell command: cd/root.

3, keyboard press "enter" to run the shell command, this time you will see successfully into the linux system root directory.

How to recover Linux root folder after deletion?

Root's home directory is deleted, just create /root manually and then configure the file from the user template.

1. After booting and rebooting, press the "e" key and add 1 at the end of the kernel line to enter single-user mode.

2. Create your own home directory for root

mkdir/root

#Enter the home directory

cd/root

#/etc/skel/module to the home directory

cp-r/etc/skel/*/root

3. Then reboot the Just reboot the system

reboot

How to download the root file from linux?

Tap a big data traffic download package, tap into it to find the file download, tap into the settings.

Then find the root file and you can download it directly

How to open the root folder in linux GUI?

Terminal has nothing to do with GUI. Run the file manager with root privileges with the command in the virtual terminal, then open the root folder in the file manager. ctrl+alt+T, open the virtual terminal in the graphical interface. Enter the command: sudonautilus enter the password and enter.