- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Some fun for a Tuesday
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2002 01:18 PM
тАО12-10-2002 01:18 PM
Re: Some fun for a Tuesday
This guy listed every option and what each one did for AIX, HPUX, SOLARIS and SCO...
we let him finish them all (which took about 40 minutes) because we were just so blown away.
Scott.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2002 01:38 PM
тАО12-10-2002 01:38 PM
Re: Some fun for a Tuesday
Is that an African swallow or a European swallow? :)
A long time ago I interviewed for a programming job with a very small company where the two guys interviewing me started asking me Monty Python questions. I got the questions right, and I got the job. You never know what skills you'll need in this life!
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2002 01:54 PM
тАО12-10-2002 01:54 PM
Re: Some fun for a Tuesday
What file(s) do you need to modify to change the netmask in:
1. Solaris
2. HP-UX
3. Irix
What is the Administration GUI in:
1. Solaris
2. HP-UX
3. Irix
4. AIX
What file(s) do you need to modify to add, delete, or change exports in:
1. Solaris
2. HP-UX
3. AIX
What file(s) do you need to change to enable NIS and define your NIS domain in:
1. Solaris
2. HP-UX
3. AIX
4. Irix
More General than these is another thinker....
Is it possible to share NFS files read-only, and root access? If so, why would you?
What entry MUST be in an /etc/resolv.conf file?
Just a couple to think about. Now get ta work! hehe
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2002 09:05 PM
тАО12-10-2002 09:05 PM
Re: Some fun for a Tuesday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2002 09:14 PM
тАО12-10-2002 09:14 PM
Re: Some fun for a Tuesday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2002 11:09 PM
тАО12-10-2002 11:09 PM
SolutionTried to answer some unanswered questions
Correct me If iam wrong
3. What is the default login shell if that field in /etc/passwd is left blank?
No login is permitted
4. What are the limitations on a user login name in /etc/passwd?
number of characters
use of control characters
5. What is the difference between sections 1 and 8 in the UNIX manual set?
section 1 is for user commands
section 8 for system calls ?
11. What is the difference between a hard link and a soft link?
hard links cannot span across different filesystem.
But soft links can.
16. What is the difference between a gateway and a router?
gateway can function at application layer
router will function only at network layer
17. What is the difference between the real and effective UID of a process (UID vs. EUID).
real UID says which user has started the process. Normally Effective UID and real UID will be same.
But if setuid is set on the program then real UID refers to user who ran it, the effective UID refers to the user who owns the file.
21. Where would you find the executable for `init' on SunOS, BSD 4.5, HP/UX.
HP-UX : /etc/init
BSD: /sbin/init
22. Where would you find the numeric value of the SIGPIPE signal?
#kill -l ( letter l )
23. What is the primary difference between SIGKILL and SIGTERM.
In cleaning up
26. What is the class designation of an IP address (A, B, or C) used to determine?
number of hosts
27. What class of IP address is 128.138.243.8?
class A ....
28. How do you unpack neattoy.tar.gz.shar?
#sh neattoy.tar.gz.shar
29. How do you forge mail "From santa.claus@northpole.org"?
telnet xx.xxx.xxx.xxx 25
helo domain
mail from: santa.claus@northpole.org
31. How many SCSI devices can be connected to a workstation with a single SCSI controller interface?
6
32. What is the SCSI id number of a workstation SCSI controller interface?
7
33. What three commands are used to modify file ownership and permissions?
chmod , chown , chacl , umask
34. How many terminators does an Ethernet network have?
None
35. If a SCSI hard disk was formatted on a Sun and no data has yet been written to it, what needs to be done to use it on a non-Sun UNIX system?
pvcreate and use it
39. How do you calculate the total number of blocks or sectors available on a disk?
diskinfo
44. Where are the files which are used to re-build a kernel?
/stand/system , conf.c /stand/dlkm/*.o
45. Which system or systems on a network answers an ARP request packet?
one system having the requested IP address
50. When you change /etc/exports, what must be done for mountd to recognize and incorporate the change?
kill -1
52. Via NFS, by default the root access is enabled or disabled?
disabled
53. On an NFS mounted filesystem, is a soft link is evaluated (followed) in the server hierarchy or client hierarchy?
server hierarchy
54. What file must be configured on all DNS clients and what are the minimum two lines it must contain to function?
/etc/resolv.conf
nameserver xx.xxx.xxx.xx
domain domain.com
56. What option to sendmail invokes rule parsing test mode?
sendmail -bt
59. How does the system determine which shell to invoke to execute a shell script?
If user defined then defined shell else current shell
61. If a user has a mail loop, what two things should be checked at both systems involved to determine the source of the problem?
MX configuration,
aliases file
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2002 11:41 PM
тАО12-10-2002 11:41 PM
Re: Some fun for a Tuesday
I was as serious as possible!
Wodisch (at 38 and still the parents complaining "get grown up")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2002 01:57 AM
тАО12-11-2002 01:57 AM
Re: Some fun for a Tuesday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2002 06:44 AM
тАО12-11-2002 06:44 AM
Re: Some fun for a Tuesday
this is no FUN this is work and an acid test.
;-)
Work is enough at my desk ;-))
Nevertheless the answers would be interesting!
And Paula - sorry I'm 38
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2002 09:05 AM
тАО12-11-2002 09:05 AM
Re: Some fun for a Tuesday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2002 09:27 AM
тАО12-11-2002 09:27 AM
Re: Some fun for a Tuesday
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2002 09:56 AM
тАО12-11-2002 09:56 AM
Re: Some fun for a Tuesday
Rolling
On
Floor
Laughing
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2002 08:41 AM
тАО12-12-2002 08:41 AM
Re: Some fun for a Tuesday
I alwas say that what I do not know in my head I can find in a manual of in a forum!!!
- « Previous
-
- 1
- 2
- Next »