Results 1 to 7 of 7

Thread: Root Files App Name in 19.10

  1. #1
    Join Date
    Apr 2018
    Location
    Novelty, Ohio
    Beans
    86
    Distro
    Ubuntu

    Question Root Files App Name in 19.10

    I'm using 18.04.4 LTS. What's the Name of the Files App in 19.10 that will allow changes to be made in the root files?

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Root Files App Name in 19.10

    sudoedit is the program you should use to carefully modify system files.
    Always, make a backup of every file BEFORE you modify it. if something bad happens, be ready to put things back.

    For more about sudoedit, there is a manpage. Any editor can be used with sudoedit. The manpage explains how.

    There are a few system files that have their own editing programs which also validate the file is correct. visudo and crontab -e. sudoedit is for all others.

  3. #3
    Join Date
    Apr 2018
    Location
    Novelty, Ohio
    Beans
    86
    Distro
    Ubuntu

    Re: Root Files App Name in 19.10

    Is that the one in 19.10?

  4. #4
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Root Files App Name in 19.10

    Excuse me, but what do you mean by root files?

    Do you mean system files? What do you want to do and to what do you want to do it? There may be a GUI application that will let you do what you want. And as far as I can remember the Files app is still called Files in 19.10 and 20.04. Its developer name is nautilus. Do you want to launch nautilus with root permissions?

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  5. #5
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Root Files App Name in 19.10

    Quote Originally Posted by bionic3epl View Post
    Is that the one in 19.10?
    sudoedit is part of the sudo package which is the same on all releases. it is THE safest way to edit system files, period.
    i don't know what a "root file" is. Not a term used.

  6. #6
    Join Date
    Apr 2007
    Beans
    3,114
    Distro
    Ubuntu

    Re: Root Files App Name in 19.10

    A build-in supported way in standard Ubuntu to perform operations with root permissions, is using the admin:// URL.

    To open the file manager in the root folder "/":
    Code:
    nautilus admin:///
    To open a system file, e.g. /etc/fstab, as root:
    Code:
    gedit admin:///etc/fstab
    You can issue these commands from the terminal or from the Alt+F2 run dialog.

  7. #7
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: Root Files App Name in 19.10

    To get the right click open as administrator option (as well as the edit as administrator option),
    install the package nautilus-admin
    Code:
    sudo apt install nautilus-admin
    requires reloading nautilus to take affect.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •