Welcome to the Linux Hosting Talk.
Results 1 to 1 of 1
  1. #1
    Join Date
    Aug 2011
    Location
    Dublin, PA
    Posts
    1,137
    Rep Power
    10

    cPanel: Find out what domains a user owns - or find out who owns a certain domain

    Sometimes you want to find out what domains a user owns or which user owns a certain domain name on cpanel but you don't feel like going into WHM. Here are a couple ways...

    Find out who owns 'domain.com':
    Code:
    /scripts/whoowns domain.com
    By running that, we see that 'scott' owns it..

    Now, lets find out what other domains (and subdomains) the user 'scott' owns:
    Code:
    cat /etc/userdomains | grep 'scott'
    Of course, you could have started off with the userdomains file in the first place grepping for the domain name.. but I wanted to show you a couple different ways

 

 

Similar Threads

  1. How'd you find us?
    By Rob in forum Site announcements / feedback
    Replies: 3
    Last Post: 02-17-2013, 04:22 PM
  2. Replies: 0
    Last Post: 04-13-2012, 07:14 AM
  3. Find time zones using the command line
    By Rob in forum Linux Articles
    Replies: 0
    Last Post: 02-20-2012, 02:29 AM
  4. Replies: 0
    Last Post: 10-27-2011, 09:24 AM

Tags for this Thread

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
  •  


» Our Friends

» Recent Threads

Cpanel Vs Directadmin
Last post by eheads15
05-18-2013 08:58 AM
Looking for a host for Joomla site
Last post by Hrull
05-17-2013 05:55 AM
Good US based management
Last post by Hrull
05-17-2013 05:42 AM
Best place to get VPS in EU
Last post by Hrull
05-17-2013 05:22 AM
Would like to host not so big web site in Europe
Last post by Hrull
05-17-2013 04:55 AM
Powered by vBadvanced
Back to top