Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Read-only files in jetty-home-v10.0.7.zip

You don't need the `chmod`

[joakim@hyperion tmp]$ mkdir experiment
[joakim@hyperion tmp]$ cd experiment/
[joakim@hyperion experiment]$ ls -la
total 8
drwxrwxr-x  2 joakim joakim 4096 Oct 21 06:30 ./
drwxrwxr-x 25 joakim joakim 4096 Oct 21 06:30 ../
[joakim@hyperion experiment]$ tar -zxf ~/code/jetty/distros/jetty-home-10.0.7.tar.gz
[joakim@hyperion experiment]$ ls -la
total 12
drwxrwxr-x  3 joakim joakim 4096 Oct 21 06:30 ./
drwxrwxr-x 25 joakim joakim 4096 Oct 21 06:30 ../
drwxr-xr-x  6 joakim joakim 4096 Oct  6 14:44 jetty-home-10.0.7/
[joakim@hyperion experiment]$ rm -rf jetty-home-10.0.7
[joakim@hyperion experiment]$ ls -la
total 8
drwxrwxr-x  2 joakim joakim 4096 Oct 21 06:30 ./
drwxrwxr-x 25 joakim joakim 4096 Oct 21 06:30 ../


Joakim Erdfelt / joakim@xxxxxxxxxxx


On Wed, Oct 20, 2021 at 5:37 PM Peter Boughton <jetty@xxxxxxxxxxxxxxxxx> wrote:
That is not what I was asking about - I am fully aware of the home/base
split, having been using Jetty in that manner for the last seven years.


The issue with read-only files is that it prevents me from simply typing
"rm -r jetty-home" - I now need to enter "chmod -R +w jetty-home" first.

Since it's a deliberate change, I will update my scripts accordingly.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top