Sponsored Content
Full Discussion: New FreeBSD user!
Operating Systems BSD New FreeBSD user! Post 80143 by locustfurnace on Wednesday 3rd of August 2005 02:22:26 PM
Old 08-03-2005
You might want to take a look at CVSup

http://www.freebsd.org/doc/en_US.ISO...ook/cvsup.html

Under GNOME, go to the "keyboard" layout and make the changes. Not sure which version of GNOME you are using, but I am using Gnome 2.10. To change the keyboard layout, I simply click on the Desktop option, Preferences and then Keyboard.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

FreeBSD

I am on AOL now,and i am using 56 k,i was gonna install FreeBSD,but i dont know if aol works on BSD,or my modem. Do they work on BSD? (2 Replies)
Discussion started by: kita
2 Replies

2. UNIX for Dummies Questions & Answers

Freebsd 4.5

i am new at unix and am VERY confused about the compression processes. what progs do i need to unzip and zip files? there must be a standard one similar to winzip? (1 Reply)
Discussion started by: Mindscan
1 Replies

3. UNIX Desktop Questions & Answers

New FreeBSD User....Xwindows Problem

Hi, would anybody kindly help me as I am new in FreeBSD 4.4 (downloaded iso image from FreeBSD.org) and have installed it to an HP VEctra Pentium 1-166Mhz PC, have installled all the devices mouse,video card,monitor and some ports specifically to Xfree86 and all gnome related to "X" but when I type... (3 Replies)
Discussion started by: charlie499
3 Replies

4. UNIX for Dummies Questions & Answers

FreeBSD

What is FreeBSD, who does use Free? (3 Replies)
Discussion started by: cyberangel
3 Replies

5. UNIX for Dummies Questions & Answers

freebsd auto login user at boot / i'm stuck

I run freebsd 4.8 and try to find the way or 'a' way to log in a certain user i created automaticaly at pc boot. I have searched the net, the manuals, but found nothing... could anyone please get me going by showing me an example or what file(s) i need to take a look at. i am not working... (6 Replies)
Discussion started by: termiEEE
6 Replies

6. BSD

FreeBSD 5.2.1

I want someone tell me the positives and negatives points of FreeBSD 5.2.1, if someone help me, i thanks a lot! (4 Replies)
Discussion started by: israel
4 Replies

7. BSD

please help me in FreeBSD

Hi to all, Iam doing a project in Free BSD and i am stuck with a puzzle. Please any one of you clarify my doubt : How to add a mechanism to check the status of the file system which alerts the root user via. email if any single partition is greater than 90% full. This alert should include the... (3 Replies)
Discussion started by: tadakamalla
3 Replies

8. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

9. UNIX for Advanced & Expert Users

Determining if user is local-user in /etc/passwd or LDAP user

Besides doing some shell-script which loops through /etc/passwd, I was wondering if there was some command that would tell me, like an enhanced version of getent. The Operating system is Solaris 10 (recent-ish revision) using Sun DS for LDAP. (5 Replies)
Discussion started by: ckmehta
5 Replies

10. Shell Programming and Scripting

FreeBSD new user login script

I am a beginner programmer and would like to know where to start to modify the login process so that a user can login as username new password new and have it prompt user for username and password and nothing else and then create said user account on the system so they can ssh back in and login... (9 Replies)
Discussion started by: deshi
9 Replies
ACL_SET_FD(3)						   BSD Library Functions Manual 					     ACL_SET_FD(3)

NAME
acl_set_fd -- set an ACL by file descriptor LIBRARY
Linux Access Control Lists library (libacl, -lacl). SYNOPSIS
#include <sys/types.h> #include <sys/acl.h> int acl_set_fd(int fd, acl_t acl); DESCRIPTION
The acl_set_fd() function associates an access ACL with the file referred to by fd. The effective user ID of the process must match the owner of the file or the process must have the CAP_FOWNER capability for the request to succeed. RETURN VALUE
The acl_set_fd() function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indi- cate the error. ERRORS
If any of the following conditions occur, the acl_set_fd() function returns the value -1 and and sets errno to the corresponding value: [EBADF] The fd argument is not a valid file descriptor. [EINVAL] The argument acl does not point to a valid ACL. The ACL has more entries than the file referred to by fd can obtain. [ENOSPC] The directory or file system that would contain the new ACL cannot be extended or the file system is out of file alloca- tion resources. [ENOTSUP] The file identified by fd cannot be associated with the ACL because the file system on which the file is located does not support this. [EPERM] The process does not have appropriate privilege to perform the operation to set the ACL. [EROFS] This function requires modification of a file system which is currently read-only. STANDARDS
IEEE Std 1003.1e draft 17 ("POSIX.1e", abandoned) SEE ALSO
acl_delete_def_file(3), acl_get_file(3), acl_set_file(3), acl_valid(3), acl(5) AUTHOR
Derived from the FreeBSD manual pages written by Robert N M Watson <rwatson@FreeBSD.org>, and adapted for Linux by Andreas Gruenbacher <a.gruenbacher@computer.org>. Linux ACL March 23, 2002 Linux ACL
All times are GMT -4. The time now is 12:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy