what does the file /etc/fstab contain??
is it something related to disk quotas..???
43176 items (43175 unread) in 81 feeds
FLOSSIndia
(18942 unread)
FLOSSSouthAsia
(8256 unread)
FLOSSAsia
(10979 unread)
Miscellaneous
(4998 unread)
what does the file /etc/fstab contain??
is it something related to disk quotas..???
Hi All,
About Me : I'm a Seventh semester student of Computer Science Engineering from AIEM, Durgapur. I was attracted to linux some 1 and half years ago. I run Debian GNU 4.0 "Etch" at home. I'm still a newbie in Linux and I really have a long way to go.
#include<stdio.h>
#include<sys/types.h>
#include<pwd.h>
#include<unistd.h>
#include<stdlib.h>
int main()
{
uid_t uid;
gid_t gid;
struct passwd *pw;
uid = getuid();
gid = getgid();
printf("User is %sn", getlogin());
printf("User IDs : uid=%d, gid=%dn", uid,gid);
pw= getpwuid(uid);
The details about the summer training program can be found here.