Hello again,
I was just wondering if it is something I am doing,I am fairly new to Linux, or a bug, but when I try to create an iso I get Permission denied. I am running under root account.
root@porteus:/mnt/sdb1/porteus# make_iso.sh /home/guest/downloads/proteus.iso-su: ./make_iso.sh: Permission denied
Thanks,
Mark
Permission Denied when trying to create ISO
-
- White ninja
- Posts: 12
- Joined: 31 Dec 2012, 18:48
- Distribution: Zorin
- Location: USA
Re: Permission Denied when trying to create ISO
Make the make_iso.sh executable with this command
Code: Select all
chmod +x ./make_iso.sh
NjVFQzY2Rg==
- fanthom
- Moderator Team
- Posts: 5622
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Permission Denied when trying to create ISO
@mlhend2002
please post output of 'ls -al' when in /mnt/sdb1/porteus folder.
also
you could also try:
please post output of 'ls -al' when in /mnt/sdb1/porteus folder.
also
Code: Select all
grep showexec /proc/mounts
Code: Select all
sh make_iso.sh
Please add [Solved] to your thread title if the solution was found.
-
- White ninja
- Posts: 12
- Joined: 31 Dec 2012, 18:48
- Distribution: Zorin
- Location: USA
Re: Permission Denied when trying to create ISO
Adding execute permission was the answer. Now how do you post your post as the answer..haha
Re: Permission Denied when trying to create ISO
Please add [SOLVED] into your topic title, thanks! 

NjVFQzY2Rg==