Is there a UNIX emulator for kubuntu? I'm having some troubles in konsole (for example the parameter ls in the nslookup command isn't implemented), so i wonder if there is something like FUSE or cygwin for kubuntu...
Announcement
Collapse
No announcement yet.
UNIX emulator
Collapse
This topic is closed.
X
X
-
Re: UNIX emulator
I just need a UNIX emulator because it seems that in my system some commands in the konsole aren't implemented. For example in the whois command i can't find anywhere how to use wildcards, or in the nslookup the ls parameter isn't implemented. So i wonder if there si a full UNIX emulator to run all the commands i need.
- Top
- Bottom
-
Re: UNIX emulator
Originally posted by dimmutalok dibl i installed it but still don't know how to run it. heeelp!!!!
OK, I'll install ksh just to see what happens.
- Top
- Bottom
Comment
-
Re: UNIX emulator
OK, here you go, Dim:
Code:dibl@cville:~$ ksh $ whois Usage: whois [OPTION]... OBJECT... -l one level less specific lookup [RPSL only] -L find all Less specific matches -m find first level more specific matches -M find all More specific matches -c find the smallest match containing a mnt-irt attribute -x exact match [RPSL only] -d return DNS reverse delegation objects too [RPSL only] -i ATTR[,ATTR]... do an inverse lookup for specified ATTRibutes -T TYPE[,TYPE]... only look for objects of TYPE -K only primary keys are returned [RPSL only] -r turn off recursive lookups for contact information -R force to show local copy of the domain object even if it contains referral -a search all databases -s SOURCE[,SOURCE]... search the database from SOURCE -g SOURCE:FIRST-LAST find updates from SOURCE from serial FIRST to LAST -t TYPE request template for object of TYPE ('all' for a list) -v TYPE request verbose template for object of TYPE -q [version|sources|types] query specified server info [RPSL only] -F fast raw output (implies -r) -h HOST connect to server HOST -p PORT connect to PORT -H hide legal disclaimers --verbose explain what is being done --help display this help and exit --version output version information and exit $
- Top
- Bottom
Comment
-
Re: UNIX emulator
Take a look at this page: Linux / Unix Command: whois
Towards the bottom:
RIPE EXTENSIONS
To use the options specified in RIPE Document 157, you need to change the format of the query slightly. If you were to search for all entries in the RIPE database which lists the admin-c, tech-c or zone-c as CO19-RIPE, you could use the following command syntax:
jwhois -h whois.ripe.net -- -i admin-c,tech-c,zone-c CO19-RIPE
-- is used to separate the RIPE options from the jwhois options.
Code:whois -h whois.ripe.net -- -i admin-c,tech-c,zone-c CO19-RIPE
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment