Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7545083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T08:50:16+00:00 2026-05-30T08:50:16+00:00

Trying to find out what permissions user ‘_www’ has on my OS X server.

  • 0

Trying to find out what permissions user ‘_www’ has on my OS X server. I need to find out if it has root access, if it could access any system files or if it can simply access the standard top level ‘Websites’ directory for Writes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T08:50:17+00:00Added an answer on May 30, 2026 at 8:50 am

    Well, you can look in /etc/group to see which groups _www belongs in:

    $ grep _www /etc/group
    _www:*:70:_devicemgr,_teamsserver
    

    On a properly configured server, the whole point of running the web server as a dedicated user is to limit that user’s privileges elsewhere. However, web application code which accesses the filesystem is capable of reading outside the server’s DocumentRoot.

    Therefore, any file not owned by _www but for which it has read permissions and execute on the file’s parent directory could in theory be read by _www if the application code doesn’t protect against that while reading the filesystem. Likewise, files on the filesystem which are other-writable could be modified by the web server if the application code provides access to them.

    Such issues are exploitable when an application uses user input to generate a file path for reading or writing, but fails to guard against input like : ../../../../../../../../../ which, when possibly coupled with a NULL byte injection could produce filenames in the application like

    /www/application/phptemplates/../../../../../../../../../../etc/passwd
    

    Of course, on a modern system, /etc/passwd doesn’t actually store passwords, but it may reveal local users and other valued info to a potential attacker.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to find out if there any good modules which allow constant monitoring of
I'm trying to access an SQL Server Express database out of an ASP.NET HTTP
Trying to find out if it's possible to use SQLAlchemy on Heroku. Thanks.
I trying to find out the visibility of the Excel and do some activities
I am trying to find out how to write an SQL statement that will
i m trying to find out how to convert timestamp date and time (
I am trying to find out a way to set a time tag to
I am trying to find out if an instance of an application (not vb.net)
I'm trying to find out how to change the icon of a JStree node
I'm trying to find out a little bit more about how the preprocessor works

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.