Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
oh weirrd, turns out this file is writabel, other program can write it but phpstorm still cant. wtf
-
Are you perhaps running Phpstorm as something different from the plain binary?
Some stuff (like snaps) protect files. -
@PrivateGER I cheked the link which I click to run phpstorm:
"/home/[myname]/Program_files/PhpStorm-183.5912.26/bin/phpstorm.sh" %f -
@0xsuid file laravel.log owner and group is the user which I use to login to xubuntu
-
@Hazarth you mean when server is not started? I still is read only when I try with phpstorm
-
Hazarth94553y@Angry-dev well ok, what what are the permissions of the file. Copy paste the entire permission state or number and if possible the owner of the file too
-
@Hazarth
ls -l storage/logs/
total 280
-rw-rw-rw- 1 anon anon 273807 rugp. 30 19:41 laravel.log
I have changed the names to remain anonimous -
Hazarth94553y@Angry-dev ok that's weird...
the only thing that comes to mind is that the file is open somewhere else by something else that stops you from writing into it... but I honestly I'm not sure at this point
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
chmod a+w storage/logs/laravel.log
This command makes file writable.
So why I cannot edit the file after runnign this command ? No errors were given after running.
Tried also with -R on logs folder.
WHat is happenign with the software, why nothiing works?
rant
linux