Linux permission octal representation [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












0
















This question already has an answer here:



  • Convert ls -l output format to chmod format

    8 answers



I want to know the octal expression of the linux file permission command:



-rwxr-xr-t









share|improve this question















marked as duplicate by Jeff Schaller, Stephen Kitt linux
Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Feb 7 at 19:23


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















  • Most chmods will allow you to use symbolic mode e.g. chmod u=gwx,go=rX,+t

    – ctrl-alt-delor
    Feb 7 at 20:20











  • Do you know how to convert binary to octal?

    – ctrl-alt-delor
    Feb 7 at 20:20















0
















This question already has an answer here:



  • Convert ls -l output format to chmod format

    8 answers



I want to know the octal expression of the linux file permission command:



-rwxr-xr-t









share|improve this question















marked as duplicate by Jeff Schaller, Stephen Kitt linux
Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Feb 7 at 19:23


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















  • Most chmods will allow you to use symbolic mode e.g. chmod u=gwx,go=rX,+t

    – ctrl-alt-delor
    Feb 7 at 20:20











  • Do you know how to convert binary to octal?

    – ctrl-alt-delor
    Feb 7 at 20:20













0












0








0









This question already has an answer here:



  • Convert ls -l output format to chmod format

    8 answers



I want to know the octal expression of the linux file permission command:



-rwxr-xr-t









share|improve this question

















This question already has an answer here:



  • Convert ls -l output format to chmod format

    8 answers



I want to know the octal expression of the linux file permission command:



-rwxr-xr-t




This question already has an answer here:



  • Convert ls -l output format to chmod format

    8 answers







linux permissions






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 7 at 20:46









Rui F Ribeiro

40.7k1479137




40.7k1479137










asked Feb 7 at 18:57









karmender lohankarmender lohan

1




1




marked as duplicate by Jeff Schaller, Stephen Kitt linux
Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Feb 7 at 19:23


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by Jeff Schaller, Stephen Kitt linux
Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Feb 7 at 19:23


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • Most chmods will allow you to use symbolic mode e.g. chmod u=gwx,go=rX,+t

    – ctrl-alt-delor
    Feb 7 at 20:20











  • Do you know how to convert binary to octal?

    – ctrl-alt-delor
    Feb 7 at 20:20

















  • Most chmods will allow you to use symbolic mode e.g. chmod u=gwx,go=rX,+t

    – ctrl-alt-delor
    Feb 7 at 20:20











  • Do you know how to convert binary to octal?

    – ctrl-alt-delor
    Feb 7 at 20:20
















Most chmods will allow you to use symbolic mode e.g. chmod u=gwx,go=rX,+t

– ctrl-alt-delor
Feb 7 at 20:20





Most chmods will allow you to use symbolic mode e.g. chmod u=gwx,go=rX,+t

– ctrl-alt-delor
Feb 7 at 20:20













Do you know how to convert binary to octal?

– ctrl-alt-delor
Feb 7 at 20:20





Do you know how to convert binary to octal?

– ctrl-alt-delor
Feb 7 at 20:20










1 Answer
1






active

oldest

votes


















0














The stat command should be able to handle this:



stat -c "%a %n" /path/to/your/file



Your specific file permissions are represented by the octal 1755






share|improve this answer





























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    The stat command should be able to handle this:



    stat -c "%a %n" /path/to/your/file



    Your specific file permissions are represented by the octal 1755






    share|improve this answer



























      0














      The stat command should be able to handle this:



      stat -c "%a %n" /path/to/your/file



      Your specific file permissions are represented by the octal 1755






      share|improve this answer

























        0












        0








        0







        The stat command should be able to handle this:



        stat -c "%a %n" /path/to/your/file



        Your specific file permissions are represented by the octal 1755






        share|improve this answer













        The stat command should be able to handle this:



        stat -c "%a %n" /path/to/your/file



        Your specific file permissions are represented by the octal 1755







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 7 at 19:06









        GracefulRestartGracefulRestart

        1,15927




        1,15927












            Popular posts from this blog

            Peggy Mitchell

            Palaiologos

            The Forum (Inglewood, California)