Search found 6 matches

by hoanggeneral
2018/06/20 19:54:00
Forum: CentOS 6 - Security Support
Topic: Hard code command permission in /etc/sudoers
Replies: 3
Views: 4574

Re: Hard code command permission in /etc/sudoers

In security best practice, allow user just enough right to do what the user need to do.
With that being said, within the /etc/sudoers how do I block the user account from executing all commands except for cp, chown and mv?
by hoanggeneral
2018/06/20 16:33:23
Forum: CentOS 6 - Security Support
Topic: Hard code command permission in /etc/sudoers
Replies: 3
Views: 4574

Hard code command permission in /etc/sudoers

I am trying to create a user account on my CentOS 6.6 machine with the following permissions only: - Be able to login to SSH console - Be able to copy the file /tmp/callTom.call to /tmp/callTom_now.call. cp /tmp/callTom.call /tmp/callTom_now.call - Be able to change the owner of the file /tmp/callTo...
by hoanggeneral
2018/01/23 15:48:02
Forum: CentOS 6 - General Support
Topic: System error with default boot option
Replies: 3
Views: 2109

Re: System error with default boot option

hoanggeneral wrote: How can I set the 2nd option (PBX) as the default boot?
Edit the file grub.conf in /boot/grub to change the "default" from 0 to 1 to set the boot default to the 2nd option.
by hoanggeneral
2018/01/23 15:28:57
Forum: CentOS 6 - General Support
Topic: System error with default boot option
Replies: 3
Views: 2109

Re: System error with default boot option

Hi Trevor.
It's a CentOS machine.
This is the kernel of the working once.

Code: Select all

[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
How can I set the 2nd option (PBX) as the default boot?
by hoanggeneral
2018/01/18 17:02:31
Forum: CentOS 6 - General Support
Topic: System error with default boot option
Replies: 3
Views: 2109

System error with default boot option

I have 2 options to boot at the yellow screen (below): 1) SHMZ (2.6.32-642.6.2.el6.x86_64) 2) PBX (2.6.32-431.el6.x86_64) 2018-01-18 11_58_29-System error with default boot option - FreePBX _ Installation - FreePBX Communi.jpg The 1st option is the default option. However, if I leave the system to a...
by hoanggeneral
2017/03/30 19:57:38
Forum: CentOS 7 - General Support
Topic: setup tool for CentOS/RedHat
Replies: 2
Views: 4270

setup tool for CentOS/RedHat

Dear veterans, I am a SuSE user who just come over to RedHat/CentOS distro. There is a setup tool call "yast" in SuSE which provides a text base GUI setup tool for the OS. This tool comes with even the most basic level install of SuSE (run level 2,3,4). Is there a similar native setup tool in CentOS...