full access to redhat

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat full access to redhat
# 1  
Old 09-11-2011
full access to redhat

Hello,

Hello,

I just installed my RedHat Enterprise Linux 5 on vmwork to learn exploit it.
my first problem (for now) is that i cant received response from some command typed on (open terminal)

ex:

code :

1
2

Code:
[root@dhcppc1 ~]# /etc/redhat-releasebash: /etc/redhat-release: Permission denied
[root@dhcppc1 ~]# /etc/redhat-releasebash: /etc/redhat-release: Permission denied

I think the account used; is not for full access!!, t
but I use the famous ROOT login!

should modify something?if yes,who?
should create another account,if yes,who?



thank you please to specify in detail the process to follow in order to have the inftead message: PERMISSION DENIED!

Thank you for your speedy return.

Waiting to hear from you

Last edited by pludi; 09-11-2011 at 08:43 PM..
# 2  
Old 09-27-2011
this file isnt executable script , its just a comment of OS distro and version
# 3  
Old 09-27-2011
perhaps you should familiarize yourself with the "file" command.
# 4  
Old 09-28-2011
Quote:
[root@dhcppc1 ~]# /etc/redhat-releasebash: /etc/redhat-release: Permission denied [root@dhcppc1 ~]# /etc/redhat-releasebash: /etc/redhat-release: Permission denied
as stated above, this is not an executable file, it is an "ASCII text" file.

My advice to you would be familiarise yourself with a shell and general Linux concepts.

Your post makes me think you are new to Linux with your comment:
Quote:
but I use the famous ROOT login!
so start with the basics, try doing things with a non root user to prevent yourself from damaging the system, and once you are more comfortable with how it all works then use root and do more delving into the OS and Kernel.
# 5  
Old 09-30-2011
use

Code:
 
cat /etc/redhat-release

it is not a executable file
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

100% Inode full with only 67% FS full.

AIX Version 6.1 and 7.1. I understand that when the OS initially creates the FS and inodes, its pretty strict, but not always tuned to a 1:1 ratio. I see the same thing when adding a whole disk LV to a separate device. It seems that when we expand a filesystem the inodes don't get tuned... (5 Replies)
Discussion started by: mrmurdock
5 Replies

2. UNIX for Dummies Questions & Answers

NFM allows full system access

Hi, I am using NFM in my project and i need to specify argument to it so that when the connection is made, it only makes to a specific directory. Is there any way to do the same? Thanks... (2 Replies)
Discussion started by: temp_user
2 Replies

3. Red Hat

NFS share full access for local user

Hi All, Is it possible to give full access for a normal user in a NFS share? If its not possible is there a trick with which I can make it work? Thanks in advance Shyam (1 Reply)
Discussion started by: shyam2j
1 Replies

4. Shell Programming and Scripting

Script to delete sudo access in redhat 5.4

Hi , This site is veryhelpful in resolving many issues.I have a request to delete sudo access for 3 users say user1,user2,user3 from around 50 servers in redhat 5.4.I know it is very time consuming to login to each server and delete entry in /etc/sudoers file.Is there any way can i do it... (4 Replies)
Discussion started by: muraliinfy04
4 Replies

5. Red Hat

How to access redhat Linux box graphically from windows box?

Hi I have a linux box and need to access from windows graphically # uname -a Linux pc-l416116 2.6.18-155.el5 #1 SMP Fri Jun 19 17:06:47 EDT 2009 i686 i686 i386 GNU/Linux What components do I need to install on Linux and windows to do that? TIA (6 Replies)
Discussion started by: magnus29
6 Replies

6. Shell Programming and Scripting

How to give full access to output files created by .sh script run via crontab?

Hi Expert, I have a .sh script in my home/new_dir/script.sh This script creates number of output files at home/new_dir/email, home/new_dir/logs dir. I am running this script using crontab (owner root). Now this output files are getting created with rw-r----- 1 root root So if i... (2 Replies)
Discussion started by: Jeet1982
2 Replies

7. Red Hat

RedHat 9 Force full duplex

All, I have a RedHat 9 box which I need to figure out how to get it to stay in full duplex mode after a reboot. I have tried ethtool -s eth0 speed 100 duplex full autoneg off I have tried to add a line to the /etc/sysconfig/network-scripts/ifcfg-eth0 like this: ETHTOOL_OPTS="speed... (4 Replies)
Discussion started by: bubba112557
4 Replies

8. UNIX for Advanced & Expert Users

Access Control Lists for Linux (Redhat 7.2)

Hi, Does anyone know if Redhat 7.2 allows for file access control lists as you can in Solaris ? And if so, can you give me the basic command as I'm having trouble finding documentation on this. Thanx (1 Reply)
Discussion started by: ianf
1 Replies
Login or Register to Ask a Question