answersLogoWhite

0

first, make a file. in the file you type in the command's name. an example would be the command date. name the file what you want to call that command. when you use the command, type in cat filename and the computer will do the command.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


What is a file command used to create or start a new file?

The 'touch' command creates a new empty file in Unix.


Brief description of format command in unix?

There is no standard 'format' command in Unix.


What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command


What do CD command do in unix?

The 'CD' command is not standard for Unix. The 'cd' command, however, will change directories (folders). It is a means of navigating the Unix file system.


Which is the most commonly used command for referencing detailed information about a particular command in UNIX?

In Unix, use the 'man' command.


What is the Unix command to check to see who is logged in?

The "who" command.


What is the command to get the Unix version?

cat /proc/version The above answer will only work on certain systems. For most Unix systems, use the 'uname' command to get the Unix version. AIX uses the oslevel command.


Which command is the UNIX equivalent of the windows command nslookup?

dig


Which command is the UNIX is equivalent of the windows command nslookup?

nslookup


How do you make a new user on Linux?

There is a command called useradd in Linux which you can use to add a new user. Here's an example 1. Add the user (you need to be a superuser to run this command) # useradd test 2. Set the password # passwd test Changing password for user test. New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully.


Which command is the UNIX equivalent of windows command nslookup?

Believe it or not, nslookup.