Tagged Questions
1
vote
1answer
24 views
Is possible to make virtual host in a NTFS partition?
I am using Ubuntu and Windows. When I use Windows, i can't access my file in var/www of my Linux partition. So I try to make virtual host and DirectoryRoot in my NTFS partition.
I will combine WAMP ...
0
votes
1answer
55 views
Unable to make files executable (on ntfs filesystem mounted as rw)
I'm baffled. I've looked around for awhile on this but nobody seems to have quite the issue I do.
I have an ntfs partition for all of my stuff, and I want to run some programs off of it. However, I ...
1
vote
1answer
66 views
Not able to change permission of a file to add +x [duplicate]
I am not able to understand what is the issue here ?
vks@vksTP:~/dropbox/shells$ ll sssh.sh
-rw-rw-rw- 1 root root 1218 Mar 17 17:58 sssh.sh
vks@vksTP:~/dropbox/shells$ sudo chmod +x sssh.sh
...
1
vote
2answers
1k views
Ubuntu took away permissions from my Data partition
The pangolin has struck again. The bug of the day for today is Ubuntu taking away my permissions on my Data partition (NTFS). One moment everything worked fine, the next moment I couldn't chmod ...
0
votes
1answer
1k views
Automatically mounted NTFS (not in /etc/fstab) won't chmod
I have an NTFS partition so I can share with a dual-booted Windows installation. chmod doesn't do anything, nor issue a warning to indicate this.
I want other (Ubuntu) users to have RW permissions on ...
30
votes
7answers
19k views
How to 'chmod' on an NTFS ( or FAT32 ) partition?
I have a script that I need to execute on an NTFS partition. The script's permission is set to 600.
I attempted to modify the permissions by running chmod 755 script.sh, which doesn't report a ...