General :: Windows UAC Vs System Sudo / Differences Between Two?

Feb 8, 2011

Is it correct to say that Windows UAC is conceptually the same as Linux sudo?

Can you point out the differences between the two?

View 3 Replies


ADVERTISEMENT

General :: Windows - Differences Between Shell , Console & Terminal?

May 24, 2010

Thats it! I'm confused with the terminology.

What is the difference between shell , console & terminal?

View 3 Replies View Related

General :: Differences Between Windows .txt Files (Unicode Encoding)?

Jun 7, 2011

I am only using the 128 character set defined in the original ANSI standard. But as a whole how are the files implmeneted differently. I am not concerned with the display, i.e. if a tab is displayed with 6 or 8 characters but the actual internal representation in memory

One differnce I've hear is the use of (Windows) vs. for line termination (Linux).

View 3 Replies View Related

General :: Implement Pfexec In System / Use Sudo In It?

Dec 21, 2010

How can implement pfexec in Linux? Can i use sudo in Linux?

View 1 Replies View Related

General :: Setup A System To Allow Normal Users To Execute A Command Without Using Sudo?

Jan 5, 2011

I am trying to setup a system to allow normal users to execute a command without using sudo. Is this possible?

View 6 Replies View Related

General :: Sudo Cd /root Gives Sudo - Cd - Command Not Found

Jan 6, 2011

Kernel 2.6.21.5, Slackware 12.0

Code:

Code:

On the other hand

Code:

So, I do not understand why the notification "sudo: cd: command not found", considering cd is a bash built-in command.

View 3 Replies View Related

General :: Differences Between UID 0 And GID 0?

Feb 24, 2010

Anyone knows the differences between UID 0 and GID 0?

View 6 Replies View Related

General :: Differences Between Two USB Keyboards?

Jun 24, 2011

I have a proprietary device - something like an iPad screen - which has a front panel display with touchscreen buttons that work internally as a USB keyboard. During testing/debugging I want to connect it to another keyboard via the external USB port.Any application which I open on the device by pressing some characters on the touchscreen accepts input codes from either USB keyboard. I want to limit the touchscreen USB keyboard input only to a specific set of apps.Is there a program which can help me detect which USB port or device the code is coming from? Or someway I can map one keyboard to send a different set of codes? The device is using Linux.

View 2 Replies View Related

General :: Differences Between XFree86 And KDE?

Oct 7, 2009

My old Intrepid box got old and senile in the hardware, so I had to take it back round the shed and put her down.I buried her next to her favorite tree in the backyard. So yes, I got this new Mini ITX setup with a dual core Atom processor and 4 gigs of ram for my new computer. I'm going to use it as a media center in my living room. However Atom 1.6 ghz is no screamer so I'd like to build a system using a light weight operating environment to leave more power for running programs and playing my media.

I could install the latest version of Kubuntu again but I thought this time I'd try to get a bit deeper into Linux and educate myself. Could someone clarify the differences between XFree86, Window Manager, and a Desktop Environment (KDE/GNOME/etc)? I know it goes like Hardware -> XServer -> XFree86 -> Window Manager (I read the tutorial on linux.org). But where does KDE or a "Desktop Environment" come in? Is KDE a decked out window manager with its own programs that runs on top of XFree86 or what? Or does it totally replace XFree86?

View 13 Replies View Related

General :: What Are Basic Differences Between Desktops?

Jun 4, 2010

I took the simple approach and installed the gnome desktop, but I have read about KDE and Xfce and am curious. There may be a lot more that I just haven't heard about yet too. So the question is: Without doing a reinstall and messing up the downloads and settings I have now, how do I try a new desktop like Xfce or Kde? Also, what are the basic differences between the desktops?

View 9 Replies View Related

General :: Differences Between Kubuntu And Ubuntu?

Apr 3, 2010

what are the exact differences between Kubuntu and Ubuntu? like programs, etc. the desktop environment is obvious, but what are the smaller differences? I just wanted to know before I download one..

View 2 Replies View Related

General :: Differences Between Fdisk And Sfdisk?

Dec 13, 2010

I want to know the differences between fdisk and sfdisk?

View 1 Replies View Related

General :: Differences Between Shells - Which One Is Better To Run Under Scripts

Nov 16, 2010

What are the differences between the shells in Linux (eg. bash,bourne,korn,C etc) and which one is it better to run scripts under?

View 4 Replies View Related

General :: Differences Between Shell , Console & Terminal?

Jan 9, 2011

What are the differences between shell , console & terminal?

This probably sounds like a stupid question but I'm having a lot of trouble clearly differentiating between a shell (such as Bourne or bash) and the Terminal application in GNOME. I realise that both are completely different but I can't seem to find a clear answer written in text. Could anyone clearly distinguish between both?

View 4 Replies View Related

General :: What Are The Differences Between Shell , Console & Terminal

Jul 23, 2011

I have come across the use of the term terminal, virtual terminals/consoles, real-text terminals but do not understand what terminal refers to. Does it refer to the screen that is in-front of me whilst I post this question or does it refer to something specific?EDITI came across a similar post at What are the differences between shell , console & terminal? and it seems to be similar to the one I posted although am still confused about the use of the sentence Decades ago, this was a physical device consisting of little more than a monitor and keyboard. What does this device look like and how is different to a monitor?

View 2 Replies View Related

General :: Comparing Two Files For Differences And Similarities

Jul 26, 2010

Iam having the following two linux files.

[Code]...

Now i want the following out puts

1. similar nos in both the file 1 and file 2 > output= File 3;
2. In file 1, but not in file 2 > out put= file 4;
3. In file 2, but not in file 1 > output = file 5;

The command sdiff is giving output with symbols > < | etc, and the such output file is not clear and ready to print. I want to print directly the output files. AND ALSO TELL ME WHERE I HAVE TO WRITE AWK PROGRAMS AND HOW TO RUN IT.

View 5 Replies View Related

General :: Differences Between LTIB And Menuconfig Tools?

Feb 21, 2010

I am interested in kernel configuration and compilation, so I have executed ltib and menuconfig, but I am not sure to understand what is the difference between Linux Target Image Builder and the Menuconfig tool? Is menuconfig used by or included in ltib? I understand that both tools generate a kernel, But I guess ltib can process "something more"? (packages/target selection? )

View 2 Replies View Related

General :: Compare The Files Differences Between 2 Virtualbox Snapshot?

May 20, 2011

How to compare the files differences between 2 virtualbox snapshots?

View 1 Replies View Related

General :: Copying And Moving Operations And Their Performance Differences?

Oct 13, 2010

[code]...

Well, let's suppose the file is very large, say 10 GB of disk space it is consuming. We perform the above steps. Which operations: cp (copying) or mv (moving) will be more efficient and less time consuming? The inode number 1566966 which was pointing to the file in my home directory is now pointing to the same file which is in some other directry, i.e. /tmp/. Isn't the inode value getting modified in some ways to point to the correct location / beginning of the data block on the hard disk? If the the physical location of the data would not change then we would not be able to free up space in our home directory. That means the mv operation is copying the file into some other location. In other words, it is also performing the cp operation first and then deleting the file from its original location, my home directory in the case above. However, when a file is copied it's inode value changes. But the mv operation is retaining the same indoe value. So, how to determine which operation - mv or cp - is more CPU-friendly or more efficient in terms of performance and time taken to perform the action?

View 1 Replies View Related

General :: Differences In Output Between Top In Batch And Interactive Mode?

Jul 13, 2010

I am trying to figure out why top run in batch mode outputs so many more lines than when run in interactive mode. For example:

[Code]...

View 2 Replies View Related

General :: What's The Difference Between Sudo Su - And Sudo -i

Jun 19, 2011

It is my understanding that they do the same: they ask for my password (if I am allowed in /etc/sudoers), and give me a login shell as root.

Is there any difference between them?

sudo su -
sudo -i

Also, what's the difference between

sudo su
sudo -s

I think that they both ask for my password, and give me a shell with my old environment variables.

View 1 Replies View Related

Ubuntu :: Use Php Function System() As Sudo?

Jun 3, 2010

I need to print the mail queue out using system(mailq)I tested system(date) and my page lists the date, but I need to be able to do some sudo commands via php. Any ideas? been on this for hours im stuck.

View 2 Replies View Related

OpenSUSE Network :: Add Windows AD Group SUDO Rights OS 11.2

Mar 30, 2010

I have joined the domain (server 2003) and can log in consistently now. Now I would like to give all the windows users in on specific group (domain power users) SUDO rights on the machines in question. I have found one way to add users on a pr. user basis, but adding 30 users will take some time.

View 4 Replies View Related

Ubuntu Networking :: Sudo Modprobe Ndiswrapper Hangs System

Apr 17, 2010

Merged with ndiswrapper troubleshooting thread

View 1 Replies View Related

Fedora :: Remove The Sudo Command Software Packages Without Damaging My System?

Apr 2, 2010

Remove the sudo command software packages without damaging my system?

View 9 Replies View Related

General :: Set Windows To Use System Clock As UTC?

Jan 28, 2011

While dual-booting Windows and Linux, Linux sets the system time to UTC, so Windows thinks it's midnight near mid-morning. Is there any other way to tell Windows to use UTC? I've seen the registry tweak proposed here and other places. This does not work on my computer (Windows 7 32-bit).For reference, the registry entry is this:HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTimeZoneInformation]"RealTimeIsUniversal"=dword:00000001

View 1 Replies View Related

General :: Windows - An Equivalent Of .lnk In System?

Jul 14, 2011

When creating a shortcut in windows it makes a .lnk file.

I have researched and it seems these are openable in linux(with some tweaking). Does Linux have an equivalent? If so, whats the extension?

View 2 Replies View Related

General :: Boot Windows In System?

Jun 27, 2011

I have to have a dual-boot system: Windows 7 and Slackware. Rebooting is painful! Isn't there a way for booting Windows inside Linux? Not like VirtualBox thing, I've Windows on my hard drive.

+ I'm sure there is a way because I've read some HOW-TOs about it but sadly I can't find them.

View 4 Replies View Related

General :: Delete System Partition In Windows?

Aug 27, 2010

I'm running Win 7 and installed pcLinux as a dual boot. I uninstalled linux to change disks but the partition still shows in the windows disk manager taking up space I need for windows programs. I have installed linux on another disk but cannot delete the partition on the windows disk.

View 2 Replies View Related

General :: Windows - System Time Is Off In Fedora

May 16, 2010

I have a desktop PC with Fedora, Ubuntu and Windows installed and grub used for multibooting. But time in Fedora is always 5 hours behind. If I change the time in Fedora, then Windows and Ubuntu will be 5 hours ahead of the current time. I don't understand how to fix it.

View 2 Replies View Related







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