FAQ for the 'AIX' Category
Viewing 31-40 of 58 FAQ -- Understanding Linux / UNIX Relative Pathname
Q. Can you explain the term relative pathname under UNIX or Linux oses?
A. The relative pathnames are opposite to absolute pathname. A reative pathname does not begin with a slash ( / ). Generally you specifies location relative to your current working directory. This is most useful to short a path name. For example if [...] - Linux / UNIX: Getting help with man page
Q. I’ve CentOS 5 server located in a remote data center. How do I get more help about command and its syntax?
A. Linux and UNIX comes with man (manual) pages. man command displays pages from reference manual. You can learn about command and it syntax. Each man page has following information:
=> Command name along [...] - Examining the Linux / FreeBSD / UNIX filesystem with ls command
Q. I’m new to Linux and how do I examine filesystem and identify regular files or directories?
A. Both Linux and UNIX comes with ls command for examining the filesystem. You can use ls command to look at the filesystem. ls command can display:
=> Character devices
=> Regular files
=> Sym links (symbolic links)
=> Directories
=> Pipes
=> Sockets
=> Block [...] - Linux / UNIX: displays a calendar and the date of easter with cal command
Q. date command displays date and time under a shell? How do I display calendar under Linux or UNIX?
A. date displays the Linux or UNIX system current date and time. The cal command displays a simple calendar in traditional format and ncal offers an alternative layout, more options and the date of easter. [...] - Linux / UNIX: Device files
Q. Can you explain me what is device files and how do I access or see device files? Why UNIX / Linux has device files?
A. Under Linux and UNIX each and every hardware device treated as a file. A device file allows to accesses hardware devices so that end users do not need to [...] - UNIX / Linux: Absolute Pathnames
Q. Can you explain the term absolute pathname under UNIX or Linux oses?
A. An absolute pathname, is the location of a filesystem object relative to the root directory. All absolute pathnames always begin with a slash (/). With Absolute pathname you have access to complete file system objects such as directories and files.
Absolute [...] - Clear mysql command line history stored in ~/.mysql_history file
Q. How do I clear the mysql command line history stored in ~/.mysql_history file?
A. mysql is a simple SQL shell. It supports interactive and non-interactive use.
On Unix and Linux, the mysql client writes a record of executed statements to a history file. By default, the history file is named .mysql_history and is created in your [...] - Howto find out AIX UNIX CPU information, clock speed
Q. How do I find out CPU information under AIX UNIX?
A. You can use graphical system administration tool for the IBM AIX computer operating system called SMIT.
AIX Commands
Following commands can be used.
lscfg command
lscfg - Displays configuration, diagnostic, and vital product data (VPD) information about the system including CPU information:
lscfg
Determining CPU Speed
When using AIX 5.1 and [...] - Linux / UNIX advantage of creating soft links instead of copy a file
Q. What is the main advantage of creating soft / hard links to a file instead of copies of the file?
A. To make links between files you use ln command. To copy a file you use cp command. The main advantage is access permission. If you want to change the permissions for a a file [...] - What command do you run to check file system consistency under UNIX or Linux?
Q. What command I need to run to check file system consistency under UNIX or Linux like operating systems?
A. You need to run fsck [file system consistency check] command to check file system consistency and repair a Linux / UNIX file system. Microsoft Windows/DOS equivalent programs are scandisk and chkdsk.
Normally, the fsck program will [...]
« Previous Page — Next Page »
Viewing 31-40 of 58 FAQ -


Recent Comments
Today ~ 17 Comments
Today ~ 5 Comments
Today ~ 11 Comments
Yesterday ~ 24 Comments
Yesterday ~ 6 Comments