Results 1 to 1 of 1

Thread: Weird chmod issue - can't change permissions as root

  1. #1
    Join Date
    2018-Sep
    Posts
    1

    Weird chmod issue - can't change permissions as root

    Hi everyone,

    Not sure what else to do at this point - I need/want to chmod some files when operating as root, but running chmod never modifies them from 777

    e.g.

    Code:
    root@------:/# ls -lah test-mount.sh 
    -rwxrwxrwx 1 root root 312 Sep 18 13:54 test-mount.sh
    root@------:/# chmod 600 test-mount.sh 
    root@------:/# ls -lah test-mount.sh 
    -rwxrwxrwx 1 root root 312 Sep 18 13:54 test-mount.sh
    Still 777 after setting it to 600

    Why?
    Last edited by NuMPTeH; 2018-09-19 at 12:04.

Similar Threads

  1. Replies: 0
    Last Post: 2021-03-08, 11:37
  2. Replies: 1
    Last Post: 2016-12-06, 16:18

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •