Red Hat :: Equivalent Command To Setgroups?

Sep 17, 2010

I have a DBA that needs to be able to do a "setgroups" on Linux. He had the functionality on AIX but now we're migrating to red hat. In-case you don't know the setgroups command in AIX; it allows users to drop groups that they belong to for that login session. He wants to be able to do this so that he can drops groups for testing. Does anyone know of any equivalent commands to setgroups or another way of dropping groups for that session and not permanently?

View 1 Replies


ADVERTISEMENT

Fedora :: Equivalent Commands To The Apt-get Command?

Nov 14, 2009

im switching over from ubuntu and just have a couple questions, what is fedoras equivalent commands to the apt-get command? and what other slight variants am i going to need to know?

View 9 Replies View Related

General :: Osx - What's The Equivalent Of Updatedb Command For The Mac

Feb 16, 2010

If I want to use the locate command on a Linux machine, I usually run sudo updatedb first to update the database. I can run the locate command on OS X 10.5 but I can't find updatedb. What's the corresponding updatedb for the mac?

View 2 Replies View Related

General :: Equivalent Of Solaris's Cu Command?

Aug 19, 2010

What is the equivalent of Solaris's cu command in Linux?

View 2 Replies View Related

Software :: Equivalent For Ndd ,p Tree And Tip Command?

Dec 19, 2010

In solaris we have ndd , tip and ptree command but I couldnt find any similar command in Linux. does anyone knows the equivalent for ndd ptree tip then please let me know.

View 2 Replies View Related

General :: What Is The Equivalent File Command For Windows

Apr 18, 2011

Running the command: file run.sh Gives me: run.sh: Bourne shell script text executable in Linux. Is there an equivalent command in Windows?

View 4 Replies View Related

General :: Find The Equivalent Command Of A Gui Operation?

Apr 12, 2010

We often require to find an equivalent text command for any GUI operation. Just as an example we click on a folder (say ABC) from the current directory in order to see the contents of that directory. The equivalent command for it to happen would be->

Code:
cd ABC ls Now the thing is that we often don't know what that equivalent command will be. So I want to know that is there any way out to find it. What I want to do is that I shall perform any operation using mouse in the GUI mode(whatever operation it could be) and then I can see a log file to see what I actually did last(rather what the command would have been if I have worked in the text mode)...

View 1 Replies View Related

General :: Can't Get Mail Command (or Equivalent) To Work

Feb 19, 2011

I am teaching using an Ubuntu 10 server. The course stipulates the students use the mail command to send me assessment work, however I can't get mail to work (I did have to install it in the first place). After I end the message with a dot I get the message "send-mail: cannot open mail:25".

View 7 Replies View Related

General :: Equivalent Of Read -r - Solaris Command

Jan 3, 2011

What is the equivalent of read -r (solaris command ) in Linux ? read utility in solaris will read a single line from standard input and -r option is used not to treat backslash () as an escape character .

View 4 Replies View Related

General :: Translate Command Equivalent For Mint?

Feb 14, 2010

title's confusing, but can't edit it. I may not know what I'm talking about, but does anyone want to have a go at translating this suggestion I dug up into one that Mint 7 would act on?

sudo insmod /lib/modules/`uname -r`/kernel/drivers/usb/serial/usbs erial.ko vendor=0x16d8 product=0x6280

Object is to get drivers for telstra turbo which isnt recognised at all yet.

View 8 Replies View Related

Ubuntu Installation :: Clamd Error On Start - Unable To Execute Setgroups

Dec 26, 2010

I have problem starting clamd. It's unable to execute setgroups()
/etc/group , /etc/password files are world readable
Here is output after starting clamd:
sudo clamd
ERROR: setgroups() failed.

Here is strace clamd output:
...
open("/etc/passwd", O_RDONLY|0x80000 /* O_??? */) = 3
fcntl64(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=1616, ...}) = 0
mmap2(NULL, 1616, PROT_READ, MAP_SHARED, 3, 0) = 0xb7f6d000
_llseek(3, 1616, [1616], SEEK_SET) = 0

munmap(0xb7f6d000, 1616) = 0
close(3) = 0
setgroups32(1, [120]) = -1 EPERM (Operation not permitted)
write(2, "ERROR: setgroups() failed.
", 27ERROR: setgroups() failed.) = 27
exit_group(1) = ?
Process 29002 detached

ls -al /etc/group:
-rw-r--r-- 1 root root 1013 2010-03-19 11:38 /etc/group
ls -al /etc/passwd:
-rw-r--r-- 1 root root 1616 2010-03-05 12:39 /etc/passwd
/etc/passwd:
clamav:x:108:120::/var/lib/clamav:/bin/false
/etc/group:
clamav:x:120:

View 2 Replies View Related

Fedora :: Xterm - Gnome Equivalent Command In Terminal

Aug 31, 2009

Using the following command:
xterm -e tail -f stdout.log

I can see the log of an applications and it's update in realtime. I want to uninstall the gnome and I'm looking for the equivalent command for the terminal. I want on startup tty4 for example to show me the log.

View 3 Replies View Related

General :: Bash - What Is The Equivalent Of Solaris's Passwd Command

Jul 29, 2010

What is the equivalent of Solaris's passwd command in Linux?

View 2 Replies View Related

Ubuntu :: Equivalent Command That Will Perform The Same Task As ALT+F4 Keystroke?

Aug 2, 2010

Is there an equivalent command that will perform the same task as ALT+F4 keystroke? I want to create a simple script that lirc can use so I can set up a button on my remote to close program windows that pop up (like when plugging in usb thumb drives, inserting a dvd, and other windows), and avoid having to remote desktop or go into CLI to kill the window.

View 9 Replies View Related

General :: Shell Command Equivalent To (Ctrl+C) To Exit From A Process?

Apr 1, 2011

I write a script to read a file which is something like a pipe (or) queue , which shows the running status.In normal case, if i open this file with cat command, i have to use ctrl+c to exit this . What command shall i use to do the same inside a shell script ? I have tried ^C in my script , but it does not exit the process.

View 6 Replies View Related

Ubuntu Networking :: Bash Command Equivalent To Cygwin "curl"?

May 27, 2010

I have a Cygwin script that connects to a web site with the bash command "curl". Phasing out Windows, I need to port everything to Linux. Ubuntu bash doesn't recognize "curl". There has got to be an equivalent.What would it be? Beneath the dashed line the top of the cygwin man page. And while on the topic of the bash commands available on Ubuntu, where could I find an exhaustive list?

[Code]...

View 3 Replies View Related

General :: Is There A Windows Equivalent Of The Unix "strings" Command

Mar 25, 2010

strings in Unix and Linux extracts printable strings from a binary file. Is there a version of this for Windows? I couldn't find one.

View 2 Replies View Related

General :: An Equivalent Of XFCE "verve Command Line Utility" For Ubuntu Maverick?

Jan 11, 2011

Is there an equivalent of XFCE "verve command line utility" for Ubuntu Maverick?

View 3 Replies View Related

Programming :: Equivalent Of Std - C99 For C++ ?

Jan 18, 2010

Is there a compiler compatibility flag for C++ like -std=c99 ? Or is there some other way to get new g++ compilers to not choke on old code?

View 5 Replies View Related

General :: Equivalent Of Gnu `sort -R` On OSX?

Sep 11, 2011

The GNU sort text utility features a non-standard -R option to randomize input lines (presumably by sorting on a hash).

OSX sort does not have this extension. Is there similar functionality available in another text filter?

View 1 Replies View Related

Ubuntu :: Is There A *nix Equivalent Of IrfanView

Apr 18, 2010

I used the software a lot on Windows, and I was wondering if theres a *nix equivalent of it somewhere?

View 9 Replies View Related

Ubuntu :: Equivalent To Mac OS X's Speech ?

Nov 14, 2010

I'm trying to migrate to Ubuntu from Mac OS X. I have set up a dual boot on my MacBook and I am currently working to get everything I need for my computing-life up and running in Ubuntu.

I have found almost everything, expect a speech synthesis similar to the one native to Mac OS X's.

I use the OS X speech synthesis to have text I have written read back to be, I'm not blind; just really good a missing small words. What I don't want is to have all the menus and bottoms read out, only text I have selected.

I have tried something with 'festival' and some GUI overlay (think that is what it is called) but it read absolutely everything out loud (and sounds like Amiga's speech engine, i.e. a quite low quality).

In my Mac OS X I have a really nice set up (with a voice called Alex) where I can start speech of selected text with "cmd + ; " and stop it with " cmd+' " (two shortcuts not used by the system).

View 3 Replies View Related

Networking :: What Is The Equivalent Of Ipmitool

Dec 15, 2010

what is the equivalent of Ipmitool in Linux ?

View 1 Replies View Related

Debian :: Equivalent To Http Analyzer?

Jul 5, 2010

I am looking for an application which can display the headers and body of all the http requests that goes from the computer. In short debian equivalent to Http Analyzer.

View 2 Replies View Related

Fedora :: Install MythTV Or Equivalent In 11?

Nov 13, 2009

After installing via System=>Add New Software, MythTV fails to detect CS23416 device (recognized by "lspci"), presents error "No UPnP backends found".

How can install MythTV so that it will "just work"?

View 2 Replies View Related

Fedora :: Application Equivalent To Dvd Shrink?

May 21, 2010

does anyone happen to know if there is a an application equivalent to dvd shrink?

View 5 Replies View Related

Fedora Networking :: Where To Get Tcpstat Or Equivalent

Jun 11, 2010

where to get tcpstat or equivalent

View 2 Replies View Related

Fedora :: Equivalent Application To ActivClient?

Jul 8, 2010

Does anyone know if Fedora has an equivalent application to ActivClient?

View 4 Replies View Related

Fedora :: Need Flash And Paint Equivalent For F14

Jan 20, 2011

Tell me openwares equivalent to adobe flash and microsoft paint for fedora 14?

View 5 Replies View Related

Fedora :: Need System Equivalent To MS Paint

Aug 8, 2011

I'm trying to play with an image a bit and paint would sure be useful about now...

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved