10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Dear forum members,
Below is my code, but I am getting permission denied when I try to run the script. Can someone explain what I am missing. I am using Mojave and try to run script on terminal.
#!/bin/bash
read -p "amino acid: " AAA
if || || || || ||
|| || || || ||
||... (2 Replies)
Discussion started by: Aurimas
2 Replies
2. Red Hat
Hi,
in /etc/httpd/conf/httpd.conf
#DocumentRoot "/var/www/html"
DocumentRoot "/home/phpmy/html"
when I restarted httpd
# /etc/init.d/httpd restart
Stopping httpd:
Starting httpd: Syntax error on line 293 of /etc/httpd/conf/httpd.conf:... (0 Replies)
Discussion started by: jediwannabe
0 Replies
3. UNIX for Dummies Questions & Answers
Hi,
On the Redhat ES, when I do ls -l I see dot (.) after the permission. I never saw on other UNIX systems. Is that some thing new RH 6?
-rw-r--r--. <---- this dot, I am referring to
-rw-r--r--. 1 root root 18 May 20 2009 .bash_logout
-rw-r--r--. 1 root root 176 May 20 ... (1 Reply)
Discussion started by: samnyc
1 Replies
4. UNIX for Dummies Questions & Answers
As I understand the file permissions in UNIX is basically
Owner, group, others
Lets assume scott user who's primary group is dev creates a file called test.dat and then grants some privileges on that file...
scott@unix-host> echo "this is a test" > test.dat
scott@unix-host> chmod 640... (4 Replies)
Discussion started by: luft
4 Replies
5. UNIX for Dummies Questions & Answers
what permissions are needed in order to run an executable file if you ae not the ownner?
read, and excute? would it be chmod 717? (5 Replies)
Discussion started by: trob
5 Replies
6. UNIX for Dummies Questions & Answers
Hi Guys,
Aside from the following, what are other letters can be seen on permission and what do they do? Thank you.
r = read
w = write
x = execute
l = link
d = directory
s = ? (5 Replies)
Discussion started by: Slick
5 Replies
7. Cybersecurity
Hello,
i need some help/advice on how to solve a particular problem.
these are the users:
|name | group |
---------- ---------------
|boss | department1 |
|assistant | department1 |
|employee | department1 |
|spy | department2 |
this is the... (0 Replies)
Discussion started by: elzalem
0 Replies
8. UNIX for Dummies Questions & Answers
Folks;
I'd like to create a group on my Linux box & add a few users to it.
Is there a way to do so and restrict this group/users to have access to only one or directory trees?
Let's say i need this group to only have a read write access to only these two directories /opt/Virtu & /fsn/comers
... (10 Replies)
Discussion started by: Katkota
10 Replies
9. UNIX for Dummies Questions & Answers
Hi
I have a folder with permissions like this:
drwxr-xr-x 2 root root 4096 Mar 4 18:02 sites
But when I try to cd to this directory as 'testuser' (member of testuser) I get Permission Denied.
My understanding of permissions is that in this case other (say testuser) should be able to... (2 Replies)
Discussion started by: justinwyllie
2 Replies
10. Filesystems, Disks and Memory
I'm trying to answer the following question about file permissions in Unix. Consider a file with the following permissions:
rwx---r--
I am not the owner of this file, but I am a member of the group of this file.
My question is: do I have read access to this file?
I thought... (3 Replies)
Discussion started by: Hook
3 Replies