Search Results

Search: Posts Made By: syedifti
3,647
Posted By syedifti
Setting up NFS system
I want to set up NFS system as server and client on a linux redhat7.1. Can anybody give me some guidence on how to setup NFS system. All I want to do is to let the client use just one Directory from...
12,212
Posted By syedifti
How to use SUDO
How can I create an instance or command using SUDO. I mean if I want somebody else to do some work as root what do I have to do. I am using Linux RedHat7.1.
-Regards
...
39,671
Posted By syedifti
Format Hard Drive in Linux
What Command do I need to use to Format my hard Drive in Linux.
Please help me out.
-Regards
-Iftikhar:)
11,099
Posted By syedifti
Dump Command in Linux
Can anybody tell me please how to use the "dump" command in Linux command.
dump -0u /destination /sourcefile or device file.
Please correct me.
-regards
-Iftikhar
3,939
Posted By syedifti
#!/bin/sh if [ "$#" -lt 7 ] then echo...
#!/bin/sh
if [ "$#" -lt 7 ]
then
echo "ERROR : usage ./create_users username uid gid password gecos home..."
else
if grep $1 /etc/passwd >/dev/null
then
echo "$1 exists please...
3,939
Posted By syedifti
I tried to use that escape command it reads and...
I tried to use that escape command it reads and auto completes the file name but for some reason whenever I try to run the file it says
File or Directory does not exist.
I am running the file...
7,974
Posted By syedifti
how to configure modem in Linux
I have Linux RedHat7.1 and I have this modem
RockWell HCF 56KDATA Fax PCI Modem.
I don't know how to configure this modem. Can anybody please help me out.
I tried "linuxconf" it does not...
3,939
Posted By syedifti
I am using the line #!/bin/sh which I know...
I am using the line
#!/bin/sh
which I know is correct. But the problem is when ever I use this command
./Filename
to execute a script it says the
" The file does not exist"
Then what I did...
3,939
Posted By syedifti
How can I read files from the floppy in RedHat7.1
Can anybody tell me how can I read files from floppy. The files which are written in dos format. What I want to do is read files which I have on my Windows Machine and read those files On RedHat7.1...
6,220
Posted By syedifti
setting of default PASSLENGTH
What is the command to set default PASSLENGTH and the MAXWEEKS for all the passwords. I don't want to edit the /etc/default/passwd file either. And I am using Linux RedHat7.1 system.
If anyone...
14,558
Posted By syedifti
Want to create new users without using "useradd" command and user Interaction.
Don't want to use useradd command to create a new user
I am doing manual addition of accounts. Actually I am writing a script and I am working on RedHat7.1 system. What I am trying to do is run the...
5,543
Posted By syedifti
Don't want to use useradd command to create a new user
I am doing manual addition of accounts. Actually I am writing a script and I am working on RedHat7.1 system. What I am trying to do is run the script and pass all the values of the username password...
5,543
Posted By syedifti
Help in setting up password without Interaction.
Can anybody tell me how can I create an account without having to enter the password after editing the vipw file. I mean the system should automatically take care of the password encryption in the...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 06:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy