You Have Root Access To A Linux Server. How Do You Tell It Is Running Selinux ?

Author: admin  //  Category: Linux

It depends. If you are running a desktop on your Linux server (X, for example), you can *probably* run the “system-config-securitylevel” program and check. If you only have access to the command line, you can run the following command as root and do the same thing:
system-config-securitylevel-tui
The “tui” at the end is short for “text user interface”. For some reason, Yahoo feels the need to cut off the “i” and replace it with “…” Silly Yahoo.
It’s important to note that the RPM for these management tools needs to be installed for you to be able to run them. These tools are installed by default, so unless you changed the default installation somehow, they should be there.

What Is The Default Id Of Root In Red Hat Linux? ?

Author: admin  //  Category: Linux

let me know whether it supports fat ,NTFS or vfat

Suse Linux 10.1: Need To Reset Root Password.?

Author: admin  //  Category: Linux

I have here on my desk a SuSE 10.1 Linux box, I need to get into it to recover some scripts that I’m using.
It was set up by someone who has since left the business and has not communicated the root password.
I need some way of resetting it. I know there are utilities that you can burn to a CD and boot from for Windows boxes, I need something similar for Linux.
To the best of my knowledge, there are no other accounts on the system.
Any ideas?

Root Permission In Linux?

Author: admin  //  Category: Linux

How to give root permission to one/two user(s)?

The File Which Is Not Deleted By Root?

Author: admin  //  Category: Linux

In linux , root is the super user, It has full rights to customise is’s OS level but is there any file which can’t deleted by root ?

I’m Trying To Run Gentoo Linux On Parallels, And The Root File System Won’t Mount On Boot. What Is Wrong?

Author: admin  //  Category: Linux

The kernel loads, but I get this error message after a second or two.
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Then the system halts. My /etc/fstab is fine (I think), and I’m only using ext2 and ext3 file syetems (both of which I installed support for in the kernel, not as modules).
I know it has been done, and it should be the same for all Parallels machines. I’m running the 3036 Beta version.

How To Gain Root Acces To Linux System ?

Author: admin  //  Category: Linux

i forget apassword of my root user in my linex system

How Can I Find Out The Forgotten Root Password Of Linux Fedora Core Without Using Paid Or Trial Softwares?

Author: admin  //  Category: Linux

you must try with root and boot disk

Need Help Making A Fuction Using C In Linux To Find The 4th Root Of A Number.?

Author: admin  //  Category: Linux

Look at the functions in the math.h header file. On my linux distro, math.h is located in /usr/include. To get the man page on it, type in man math.h or info math.h on your terminal. Both will bring up the documentation.
Figure out just what the 4th root is and how to compute it. The math functions in math.h should help you calculate it.
Good luck.

I Want To Copy And Paste A File In My Root Home To My User’s Home In Linux O.s From The Terminal?

Author: admin  //  Category: Linux

i want to paste a file in my user home from my root home all on the same computers.and also if am tranferring a file to another user on the network.what commands do i use on the terminal