4 FAQ tagged "command_syntax"
Viewing 1-4 of 4 FAQ -- How to create a hard links in Linux / UNIX
Q. Both Linux / UNIX allows the data of a file to have more than one name in separate places in the same file system. Such a file with more than one name for the same data is called a hard-linked file. How do I create a hard link in Linux / UNIX?
A. A hard [...] - Troubleshoot Linux / UNIX bind dns server zone problems with named-checkzone tool
Q. How do I check my domain zone file for error and validity the same under BIND DNS Server version 9?
A. You need to use named- checkzone command as zone file validity checking tool. It is useful for checking zone files before configuring them into a name server.
named-checkzone command syntax
named-checkzone {zonename} {filename}
Where,zonename : [...]
- Linux delete directory with rmdir command
Q. I’m new to Linux and I’d like to know how to delete directory? I’m using Cent OS Linux.
A. You need to use command called rmdir. It remove empty directories
rmdir command syntax
rmdir [OPTION] {directory-name}
Delete / remove directory
To delete directory called foo, enter:
rmdir foo
Remove DIRECTORY and its ancestors
For example remove directory structure sales/99/march
rmdir -p sales/99/march
Recursive [...] - Clear all Linux / UNIX bash shell aliases
Q. How do I clear all UNIX bash shell aliases get cleared in one command. I’ve 20 aliases sometime I just need to delete them in a current session. How do I get rid of all of them?
A. You need to use unalias command/
unalias command syntax
unalias name
To remove alias called foo, enter
$ unalias foo
alias [...]
Viewing 1-4 of 4 FAQ - ( see all popular tags )



Recent Comments
Yesterday ~ 7 Comments
Yesterday ~ 2 Comments
Yesterday ~ 3 Comments
Yesterday ~ 3 Comments
09/05/2008 12:28 pm (2 days ago) ~ 70 Comments