Results 1 to 8 of 8

Thread: no /etc in in Debian/Mint?

  1. #1
    Join Date
    Mar 2013
    Beans
    40
    Distro
    Ubuntu Gnome

    no /etc in in Debian/Mint?

    I need to find my sshd_config path but it would typicaly be in the etc directory but i have mint which is off of Debian/Ubuntu and im told that these distros dont have that directory... so is there an equivalent? all i need right now is my sshd_config dir. Please help, Thanx

  2. #2
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: no /etc in in Debian/Mint?

    I don't know what Mint does (if it really doesn't have /etc, I'd be a little worried about how much they're patching their packages to do that), but both Debian and Ubuntu have an /etc folder. Look under '/etc' in a terminal, or press the 'file system' button in a file manager, then look for 'etc'.

  3. #3
    Join Date
    Apr 2012
    Beans
    7,256

    Re: no /etc in in Debian/Mint?

    I have Mint 13 in a VM on my Windows box and for sure it has /etc

    Code:
    $ cat /etc/lsb-release 
    DISTRIB_ID=LinuxMint
    DISTRIB_RELEASE=13
    DISTRIB_CODENAME=maya
    DISTRIB_DESCRIPTION="Linux Mint 13 Maya"

  4. #4
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: no /etc in in Debian/Mint?

    Moved to Other OS/Distro Talk.

  5. #5
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,615
    Distro
    Ubuntu

    Re: no /etc in in Debian/Mint?

    Having run debian, it has the /etc.
    Having run mint it too has /etc.
    The only changes to file system layout I've heard of is from red hat developers wanting to merge all the /bins, /sbins, and et al into the /usr directory.
    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
    .

  6. #6
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: no /etc in in Debian/Mint?

    SSH_CONFIG(5) BSD File Formats Manual SSH_CONFIG(5)

    NAME
    ssh_config — OpenSSH SSH client configuration files

    SYNOPSIS
    ~/.ssh/config
    /etc/ssh/ssh_config
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  7. #7
    Join Date
    Feb 2013
    Location
    Greensboro, NC
    Beans
    54
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: no /etc in in Debian/Mint?

    Hi, I used to use Mint 14.1 and abandoned it because I could not set the DNS IPs in its Network Manager GUI. Linux Mint has a backup hidden where it comes back to life and changes the locked settings. But I could use the desktop connection tool and set my new DNS there.

  8. #8
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: no /etc in in Debian/Mint?

    Mint 14 runs fine for me. Perhaps you need to edit the DNS settings as follows:

    tgalati4@Mint14-Extensa ~ $ cat /etc/resolv.conf
    # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
    # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
    nameserver 127.0.1.1

    # OpenDNS Fallback (configured by Linux Mint in /etc/resolvconf/resolv.conf.d/tail).
    nameserver 208.67.222.222
    nameserver 208.67.220.220
    tgalati4@Mint14-Extensa ~ $ cat /etc/resolvconf/resolv.conf.d/tail

    # OpenDNS Fallback (configured by Linux Mint in /etc/resolvconf/resolv.conf.d/tail).
    nameserver 208.67.222.222
    nameserver 208.67.220.220

    ----------------------
    Just put your desired DNS settings in the tail file. When you are out and about, you will have both the DNS servers provided by the hotspot and a fallback configuration.

    I don't use the Newwork Manager GUI. I'm sure there is a reason for this complicated resolv.conf arrangement and it is probably the use case that I have described.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

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
  •