Recent content by PIPPOBAUDO

  1. P

    root user cannot write on file

    I did both > and >> It returns: echo: writing error: operation not allowed
  2. P

    root user cannot write on file

    I did by typing: ls -latr /sys/module/pcie_aspm/parameters/policy both user owner and group owner were root, and even by issue chmod 777 [file], I still can't write onto the file Me too I thought root had all the power, probably it is, but not in this kind of situation we're trying...
  3. P

    root user cannot write on file

    First off thanks everybody for helping me. root is the owner of the file, group owner is root too the disk where the file is located is formatted as xfs and is a lvm logical volume for the chatter command doesn't work, i mean exactly i typed: (I underline that I typed chattr and not chatter...
  4. P

    root user cannot write on file

    Hi, I was trying to edit the following file as root: /sys/module/pcie_aspm/parameters/policy As in the title I cannot write on this file even though I am logged as root. Permissions on this file are set rwx for owner, group, and others (chmod 777) Do you know how I can write the file...
Top