Sponsored Content
Homework and Emergencies Homework & Coursework Questions Network administration problem Post 302888463 by Auser on Friday 14th of February 2014 10:48:02 AM
Old 02-14-2014
Quote:
What I see here is that you are using commands specific to your OS, OS I dont use but what I see here is You did not give a GID, and I see no reason why thisOS would act differently to other UNIX, so not giving a GID the system will choose the next free value for you.
Now this can be a problem because you are to put 2 person in the same group but on 2 separate servers, meaning both servers should have in /etc/group a line with that group name and SAME GID, the logical way of creating such groups would be to connect on all concerned servers to see what is in /etc/group in order to choose a GID unused...
Ok, let me explain in a better way. There isn't a certain OS that I was asked to use, I just use RedHat because I enjoy it. It's not different than any Linux, of course.

I have thought of another way which is, can I create the group, then create the two users, while giving them the group's name as I'm creating them as such:

Code:
 useradd -G Example Lanson

# passwd Lanson1

# id Lanson

Would that be any better?

Quote:
All files created by Levette to have a default mask of 744
I believe what mask 744 does, is not of concern. Because, the question did not say it needed it to do x,y, and z. It just asked me to make his default mask 744.

I will be looking at the umask man pages. Thanks.


Quote:
c) We might have to discuss on this one ( how would the users connect - telnet login ssh? important to know what to do after...)
Yes, thank you. I thought about making an SSH but then I couldn't manage to do the setup, or write the codes. I've been trying to do it for a week now.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Network Administration Software

Hi guys, I'm not very familiar with UNIX.. still have a lot to learn. I also interested in Networking... Can anyone tell me what are the tool or software for network administration which we can monitor our network activities such as network traffic analysis,can capture and decode network... (2 Replies)
Discussion started by: Nucleus
2 Replies

2. UNIX for Dummies Questions & Answers

HP-UX system & Network Administration II.PDF

Dear all, I plan to take HP-UX cert. EXAM. But, I cannot find hp-ux system & network administration II.pdf file Do you know where can I download?? Do you have? can you send to me? Thank you! (2 Replies)
Discussion started by: hkpcman
2 Replies

3. AIX

AIX OS problem? network problem?

Dear ALL. I installed AIX OS on customer sites. but Only one site is too slow when I connected telnet, ftp.. Ping is too fast. but telnet and FTP is not connected.. of course i check the configuration file on aix but it's normal. Do any Idea?? thanks in advance. - Jun - (3 Replies)
Discussion started by: Jeon Jun Seok
3 Replies

4. Solaris

Sun blade 1500 installation and administration problem

Hi I'm completely new in solaris,and don't know many about it. I was installed solaris 10 on sun blade 1500,and also I need to install oracle on it. Now I stuck on some thing and i'm sure that you help me. When i started Oracle installation system told me that I don't have enogh swap space.... (1 Reply)
Discussion started by: dirtyjack
1 Replies

5. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

6. UNIX for Advanced & Expert Users

System/Network Administration Tools

Sorry for making this post so generic. I'm trying to see if there are tools that exist that look at local network/system configurations and find problems... for example: - NTP server configured that cannot be reached (can cause the system to drift because nobody is alerted to the fact that the... (0 Replies)
Discussion started by: jjinno
0 Replies
SYSTEMD-MACHINE-ID-COMMIT.SERVICE(8)			 systemd-machine-id-commit.service		      SYSTEMD-MACHINE-ID-COMMIT.SERVICE(8)

NAME
systemd-machine-id-commit.service - Commit a transient machine ID to disk SYNOPSIS
systemd-machine-id-commit.service DESCRIPTION
systemd-machine-id-commit.service is an early boot service responsible for committing transient /etc/machine-id files to a writable disk file system. See machine-id(5) for more information about machine IDs. This service is started after local-fs.target in case /etc/machine-id is a mount point of its own (usually from a memory file system such as "tmpfs") and /etc is writable. The service will invoke systemd-machine-id-setup --commit, which writes the current transient machine ID to disk and unmount the /etc/machine-id file in a race-free manner to ensure that file is always valid and accessible for other processes. See systemd-machine-id-setup(1) for details. The main use case of this service are systems where /etc/machine-id is read-only and initially not initialized. In this case, the system manager will generate a transient machine ID file on a memory file system, and mount it over /etc/machine-id, during the early boot phase. This service is then invoked in a later boot phase, as soon as /etc has been remounted writable and the ID may thus be committed to disk to make it permanent. SEE ALSO
systemd(1), systemd-machine-id-setup(1), machine-id(5), systemd-firstboot(1) systemd 237 SYSTEMD-MACHINE-ID-COMMIT.SERVICE(8)
All times are GMT -4. The time now is 02:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy