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


ADVERTISEMENT

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

Ubuntu :: Have The Equivalent Of A Windows .exe Self-installable File?

Jun 14, 2011

Does Ubuntu have the equivalent of a Windows .exe self-installable file? If so, what is it called? I seem to remember installing LimeWire on Ubuntu a while back and the file I downloaded was self-installable. Is there a place where Ubuntu programs are available for download as packages that install themselves?Why are most programs for Linux not self-installable, like .exe installers in Windows? Is there a security advantage to most programs not being available for download a single automatic install file? It would be much easier for me to go to a program's website, download a single file that installs by itself, and be done with it.

Also, why is it that, unless you install a program in Ubuntu using synaptic package manager, the program cannot be uninstalled under GUI? I really love Ubuntu, but find that even having simple control over installing and uninstalling programs is a real pain. I would love to go to LibreOffice's website, download a single file for Ubuntu that would install the entire program, install it, and be done with it.

View 5 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

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

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

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

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 :: Windows PowerShell Equivalent To Unix - `pwd`?

Jun 9, 2011

In follow-up to the cmd.exe question, what is the PowerShell equivalent to echo %cd%, or Linux/Unix pwd?

View 3 Replies View Related

General :: Any Equivalent To Windows Live Writer?

Jan 14, 2010

Is there any Linux equivalent to Windows Live Writer? I've got the Wordpress for iPhone app on my iPod and Windows Live Writer on Windows. These programs are much easier for stuff such as adding images than the web interface. Is there a similar program for Linux that works with self-hosted Wordpress blogs?

View 1 Replies View Related

General :: Get Opensource Equivalent Of Tahoma In Windows?

Jun 19, 2010

I want an open source equivalent of Tahoma in windows. Had been using windows fonts and now I am ditching it completely.

View 3 Replies View Related

General :: Copy A File From Windows With Scp Command?

Aug 18, 2010

I would like copy a backup file from image vmware linux to windows but i don't know how to process it ?i tried :scp /source/backup.tar.gz admin@x.x.x.x:/c:ProgrammefilesC:Documentsand SettingsAdminMyDocumentsbut error and i know that it's not like that, so if you have solutions

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

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 View Related

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

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

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

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

Programming :: What Is The Equivalent Of 'uint8_t' To Windows

May 29, 2011

What is the equivalent of 'uint8_t' to windows?When I tried to compile a program with variables declared as 'uint8_t' I got this errors.

Code:
'uint8_t' : undeclared identifier
'uint32_t' : undeclared identifier

View 8 Replies View Related

Ubuntu :: Equivalent To System Restore Like Windows ?

Mar 14, 2010

Does Ubuntu have an equivalent to system restore like windows?

I just want to know what the best way is to save everything , as in settings and programs etc. , just in case there's some sort of major failure.

Any ghosting programs that will allow me to save the last known good configuration? or clone the entire drive?

Since I've been using Ubuntu I haven't run into any major screwups like with windows , but there are some times I've installed it and it took a while to get different things working. I don't want to have to go through the whole process again if there's ever a major malfunction.

View 9 Replies View Related

Ubuntu :: Equivalent To Windows Shadow Copy?

Mar 29, 2011

Here at work we've made very good use of Server 2003's Shadow Copy service, which lets me restore users' files quickly and easily using the Previous Versions software--yet takes minimal resources and storage space on the server. I've also heard that the service may be available to users in Windows 7. Is there an equivalent of this in Ubuntu? Something I could set up that would snapshot files on my hard drive every so often, and let me recover deleted files or earlier versions of files?

View 1 Replies View Related

Ubuntu :: Is There A Good Windows Live Writer Equivalent

May 1, 2010

Is there a good Windows Live Writer equivalent for Ubuntu, something that would let me post on my wordpress blogs in a more convenient way?

View 6 Replies View Related

Ubuntu :: No Equivalent To Windows US International Keyboard Layout?

Oct 8, 2010

The only thing I miss about Windows is the US International keyboard setting. Is there really no equivalent in Ubuntu?

The current Ubuntu US International keyboard setting is just not the same. "whodoesitwant" explained the difference last year [URL], and it has been asked about before [URL]. Does anyone know if there are plans to implement a Windows-like keyboard setting?

This may seem petty, but it's a real nuisance if you've learned to touch type in Windows. At the moment the best I can find in Ubuntu is the US International (AltGr dead keys) layout, but it's awkward and slow using the right-hand alt key.

View 6 Replies View Related

Ubuntu :: Windows Equivalent - Logon Batch Scripts?

Sep 5, 2010

I have a logon script set in the startup folder "All Users > Startup > logon.bat" and it nicely mounts network drives from a Windows Server 2003 computer. The script is as follows:

<logon.txt (.bat) attachment>

Very simple. Now what I need to know:

- What is a batch equivalent and what commands will I need?

- Where is/how do I use the equivalent to Startup folder

- Can I get it to mount in the Computer folder or will it be mounted through root ("/") or can I have it easily accessible (maybe the Desktop)?

- Is there a way I can get the equivalent to the Windows password vault (remember passwords for certain addresses) and;

- If not, can I get the script to request Username and Password from the user for the mapping?

- Can I write to the folders if the user has permissions to write (had trouble with smbmount doing this)

View 3 Replies View Related

General :: Append Command Output To File By Giving Command In Terminal?

Jul 3, 2009

I am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?

View 4 Replies View Related

Software :: Notepad Equivalent - Transfer The Data To Windows Desktop Regularly Via Memory Stick

Sep 27, 2010

I have just started to learn Java programming and need to be able to use a compatible notepad equivalent in Ubuntu i will need to save the data as is,in Ubuntu and be able to transfer the data from my Linux machine to the windows desktop regularly via memory stick i absolutely love Linux and don't want to have to go back to windows to do this.

View 5 Replies View Related







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