top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Please explain umask and ulimit in Linux with difference ?

+6 votes
3,368 views
Please explain umask and ulimit in Linux with difference ?
posted Jun 26, 2015 by Mohammed Hussain

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

umask stands for ‘User file creation mask’, which determines the settings of a mask that controls which file permissions are set for files and directories when they are created. While ulimit is a linux built in command which provides control over the resources available to the shell and/or to processes started by it.

You can limit user to specific range by editing /etc/security/limits.conf at the same time system wide settings can be updated in /etc/sysctl.conf

answer Jul 3, 2015 by Manikandan J
...